summaryrefslogtreecommitdiffstats
path: root/jnlib
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-11-11 09:22:06 +0100
committerWerner Koch <wk@gnupg.org>2008-11-11 09:22:06 +0100
commitaec79fc731dd8d14837ee4beaa279394d58504a8 (patch)
tree6d531b40516c902d9fba1396fdcde34991b9953a /jnlib
parentRevamped the W32 gettext implementation. (diff)
downloadgnupg2-aec79fc731dd8d14837ee4beaa279394d58504a8.tar.xz
gnupg2-aec79fc731dd8d14837ee4beaa279394d58504a8.zip
Minor cleanups.
Diffstat (limited to 'jnlib')
-rw-r--r--jnlib/stringhelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jnlib/stringhelp.c b/jnlib/stringhelp.c
index 83c0a9c1e..7f09c517c 100644
--- a/jnlib/stringhelp.c
+++ b/jnlib/stringhelp.c
@@ -42,9 +42,9 @@
static inline char *
change_slashes (char *name)
{
+#ifdef HAVE_DRIVE_LETTERS
char *p;
-#ifdef HAVE_DRIVE_LETTERS
if (strchr (name, '\\'))
{
for (p=name; *p; p++)