diff options
Diffstat (limited to 'winsup/utils/regtool.cc')
-rw-r--r-- | winsup/utils/regtool.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/utils/regtool.cc b/winsup/utils/regtool.cc index 4bda9e646..7a853be85 100644 --- a/winsup/utils/regtool.cc +++ b/winsup/utils/regtool.cc @@ -202,7 +202,7 @@ Fail (DWORD rv) exit (1); } -struct +static struct { const char *string; HKEY key; @@ -865,8 +865,7 @@ cmd_save () return 0; } - -struct +static struct { const char *name; int (*func) (); |