diff options
Diffstat (limited to 'src/typedefs.h')
-rw-r--r-- | src/typedefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/typedefs.h b/src/typedefs.h index 0206f51..82ce933 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -111,13 +111,13 @@ typedef struct { typedef struct { const char *mime_type; - char *default_ext; - char *name; + const char *default_ext; + const char *name; FrCommandCaps capabilities; } FrMimeTypeDescription; typedef struct { - char *ext; + const char *ext; const char *mime_type; } FrExtensionType; |