aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/stringhelp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-11-11 08:22:06 +0000
committerWerner Koch <[email protected]>2008-11-11 08:22:06 +0000
commitaec79fc731dd8d14837ee4beaa279394d58504a8 (patch)
tree6d531b40516c902d9fba1396fdcde34991b9953a /jnlib/stringhelp.c
parentRevamped the W32 gettext implementation. (diff)
downloadgnupg-aec79fc731dd8d14837ee4beaa279394d58504a8.tar.gz
gnupg-aec79fc731dd8d14837ee4beaa279394d58504a8.zip
Minor cleanups.
Diffstat (limited to 'jnlib/stringhelp.c')
-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++)