summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-04-07 12:21:01 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-04-07 12:21:01 +0200
commit13f16feb81a8fd2510a406138971bd9a5db192b0 (patch)
tree61c31f006bcf35de843f2673c2b82c9d97581fc8 /src/index.c
parentb59da43c99019232ae9f7b7e67d722b38f43b24c (diff)
fix gib_imlib_save_image_with_error_return in imported giblib code
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index db2c9d2..a71744d 100644
--- a/src/index.c
+++ b/src/index.c
@@ -327,7 +327,7 @@ void init_index_mode(void)
else
strncpy(output_buf, opt.output_file, 1024);
- ungib_imlib_save_image_with_error_return(im_main, output_buf, &err);
+ gib_imlib_save_image_with_error_return(im_main, output_buf, &err);
if (err) {
feh_imlib_print_load_error(output_buf, im_main, err);
}