diff options
author | Werner Koch <wk@gnupg.org> | 2008-11-11 09:22:06 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-11-11 09:22:06 +0100 |
commit | aec79fc731dd8d14837ee4beaa279394d58504a8 (patch) | |
tree | 6d531b40516c902d9fba1396fdcde34991b9953a /jnlib | |
parent | Revamped the W32 gettext implementation. (diff) | |
download | gnupg2-aec79fc731dd8d14837ee4beaa279394d58504a8.tar.xz gnupg2-aec79fc731dd8d14837ee4beaa279394d58504a8.zip |
Minor cleanups.
Diffstat (limited to 'jnlib')
-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++) |