From edee7ddeb58c706456bba60f5a7aa9a071643c57 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 31 Jan 2007 15:23:21 -0500 Subject: Missing comma, and slight simplification in defconfig sed invocation. --- scripts/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.c') 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[]. -- cgit v1.2.3