mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Minor cleanups.
This commit is contained in:
parent
75c0534820
commit
aec79fc731
36 changed files with 91 additions and 55 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue