diff options
author | Werner Koch <[email protected]> | 2008-11-11 08:22:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-11-11 08:22:06 +0000 |
commit | aec79fc731dd8d14837ee4beaa279394d58504a8 (patch) | |
tree | 6d531b40516c902d9fba1396fdcde34991b9953a /jnlib/stringhelp.c | |
parent | Revamped the W32 gettext implementation. (diff) | |
download | gnupg-aec79fc731dd8d14837ee4beaa279394d58504a8.tar.gz gnupg-aec79fc731dd8d14837ee4beaa279394d58504a8.zip |
Minor cleanups.
Diffstat (limited to 'jnlib/stringhelp.c')
-rw-r--r-- | jnlib/stringhelp.c | 2 |
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++) |