aboutsummaryrefslogtreecommitdiffstats
path: root/util/simple-gettext.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/simple-gettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/simple-gettext.c b/util/simple-gettext.c
index b5ee446cb..5d29804f1 100644
--- a/util/simple-gettext.c
+++ b/util/simple-gettext.c
@@ -235,11 +235,11 @@ set_gettext_file( const char *filename )
if( filename && *filename ) {
if( filename[0] == '/'
- #ifdef HAVE_DRIVE_LETTERS
+#ifdef HAVE_DRIVE_LETTERS
|| ( isalpha(filename[0])
&& filename[1] == ':'
&& (filename[2] == '/' || filename[2] == '\\') )
- #endif
+#endif
) {
/* absolute path - use it as is */
domain = load_domain( filename );