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