libgimpconig: fix indentation in gimpscanner.h

This commit is contained in:
Michael Natterer 2019-08-10 11:07:27 +02:00
parent 2182efddfb
commit 7e504a0ddd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#define GIMP_TYPE_SCANNER (gimp_scnner_get_type ())
GType gimp_scanner_get_type (void) G_GNUC_CONST;
GType gimp_scanner_get_type (void) G_GNUC_CONST;
GimpScanner * gimp_scanner_new_file (const gchar *filename,
GError **error);