diff options
Diffstat (limited to 'gtk/xdgmime/xdgmime.h')
-rw-r--r-- | gtk/xdgmime/xdgmime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/xdgmime/xdgmime.h b/gtk/xdgmime/xdgmime.h index 4bd14ee38..db69b1243 100644 --- a/gtk/xdgmime/xdgmime.h +++ b/gtk/xdgmime/xdgmime.h @@ -63,7 +63,7 @@ typedef void (*XdgMimeDestroy) (void *user_data); #define xdg_mime_dump XDG_ENTRY(dump) #endif -extern const char xdg_mime_type_unknown[]; +extern const char *xdg_mime_type_unknown; #define XDG_MIME_TYPE_UNKNOWN xdg_mime_type_unknown const char *xdg_mime_get_mime_type_for_data (const void *data, |