diff options
author | Werner Koch <[email protected]> | 2021-03-04 16:14:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-04 16:14:02 +0000 |
commit | 7262d602d802c4a3840097d5de217fcfb9728b49 (patch) | |
tree | ce9ff351710666b1e063cae898fca1b618323cef /common/w32help.h | |
parent | common,w32: Implement globing of command line args. (diff) | |
download | gnupg-7262d602d802c4a3840097d5de217fcfb9728b49.tar.gz gnupg-7262d602d802c4a3840097d5de217fcfb9728b49.zip |
common: Rename w32-misc.c to w32-cmdline.c
* common/w32-misc.c: Rename to ....
* common/w32-cmdline.c: this.
* common/Makefile.am: Adjust.
--
Diffstat (limited to 'common/w32help.h')
-rw-r--r-- | common/w32help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/w32help.h b/common/w32help.h index 7f97f0d3e..edb51b8b7 100644 --- a/common/w32help.h +++ b/common/w32help.h @@ -31,7 +31,7 @@ #ifndef GNUPG_COMMON_W32HELP_H #define GNUPG_COMMON_W32HELP_H -/*-- w32-misc.c --*/ +/*-- w32-cmdline.c --*/ /* This module is also part of the Unix tests. */ char **w32_parse_commandline (char *cmdline, int globing, int *r_argv, |