diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index c7bc71ee909..d020b2ac394 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -3755,7 +3755,7 @@ x_create_bitmap_from_xpm_data (f, bits) | |||
| 3755 | XpmFreeAttributes (&attrs); | 3755 | XpmFreeAttributes (&attrs); |
| 3756 | return id; | 3756 | return id; |
| 3757 | } | 3757 | } |
| 3758 | #endif /* HAVE_X_WINDOWS */ | 3758 | #endif /* defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) */ |
| 3759 | 3759 | ||
| 3760 | /* Load image IMG which will be displayed on frame F. Value is | 3760 | /* Load image IMG which will be displayed on frame F. Value is |
| 3761 | non-zero if successful. */ | 3761 | non-zero if successful. */ |