summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gp_ntfs.c')
-rw-r--r--base/gp_ntfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gp_ntfs.c b/base/gp_ntfs.c
index aaf183be..40bd1489 100644
--- a/base/gp_ntfs.c
+++ b/base/gp_ntfs.c
@@ -75,7 +75,7 @@ const char gp_file_name_list_separator = ';';
/* Define the string to be concatenated with the file mode */
/* for opening files without end-of-line conversion. */
-const char gp_fmode_binary_suffix[] = "b";
+const char* gp_fmode_binary_suffix = "b";
/* Define the file modes for binary reading or writing. */
const char gp_fmode_rb[] = "rb";