aboutsummaryrefslogtreecommitdiff
path: root/img-save-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'img-save-dialog.h')
-rw-r--r--img-save-dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/img-save-dialog.h b/img-save-dialog.h
index 8594943..1e0fcaa 100644
--- a/img-save-dialog.h
+++ b/img-save-dialog.h
@@ -1,6 +1,6 @@
#ifndef __IMG_SAVE_DIALOG_H
-# define __IMG_SAVE_DIALOG_H
+#define __IMG_SAVE_DIALOG_H
-gboolean img_save_dialog(gint32 image, ImageParasite * plugin);
+gboolean img_save_dialog (gint32 image, ImageParasite * plugin);
#endif