diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.c b/scripts/install.c index cda8fc22..a9a05500 100644 --- a/scripts/install.c +++ b/scripts/install.c @@ -7,8 +7,8 @@ #undef NEWTOY #undef OLDTOY -#define NEWTOY(name, opts, flags) {#name, 0, opts, flags}, -#define OLDTOY(name, oldname, opts, flags) {#name, 0, opts, flags}, +#define NEWTOY(name, opts, flags) {#name, 0, 0, flags}, +#define OLDTOY(name, oldname, flags) {#name, 0, 0, flags}, // Populate toy_list[]. |