aboutsummaryrefslogtreecommitdiff
path: root/scripts/install.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-31 15:23:21 -0500
committerRob Landley <rob@landley.net>2007-01-31 15:23:21 -0500
commitedee7ddeb58c706456bba60f5a7aa9a071643c57 (patch)
treee795480ae0099748a707773b94e44d1520b97e6f /scripts/install.c
parentde05a7024f4be6826d05c40aa029fe2bbf6d2818 (diff)
downloadtoybox-edee7ddeb58c706456bba60f5a7aa9a071643c57.tar.gz
Missing comma, and slight simplification in defconfig sed invocation.
Diffstat (limited to 'scripts/install.c')
-rw-r--r--scripts/install.c2
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[].