Skip to content

Commit 2413846

Browse files
authored
Fix macro definition for GMIME_TYPE_PARSER_OPTIONS
Fixes issue #178
1 parent df1151b commit 2413846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmime/gmime-parser-options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
G_BEGIN_DECLS
2929

30-
#define GMIME_TYPE_PARSER_OPTIONS (gmime_parser_options_get_type ())
30+
#define GMIME_TYPE_PARSER_OPTIONS (g_mime_parser_options_get_type ())
3131

3232
/**
3333
* GMimeRfcComplianceMode:

0 commit comments

Comments
 (0)