aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-01-18 14:06:14 -0600
committerRob Landley <rob@landley.net>2015-01-18 14:06:14 -0600
commit2c1cf4a02783e2a570ddf7b7ea968c7bed781f91 (patch)
treebb454a31153a66de680248a6d74177527372e0ec /main.c
parent468f155ecefec275e6d2299470d35bd912f69a94 (diff)
downloadtoybox-2c1cf4a02783e2a570ddf7b7ea968c7bed781f91.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6ca6c2d9..7f745490 100644
--- a/main.c
+++ b/main.c
@@ -152,7 +152,7 @@ void toybox_main(void)
toys.optc = toys.recursion = 0;
toy_exec(toys.argv+1);
if (toys.argv[1][0] == '-') goto list;
-
+
error_exit("Unknown command %s",toys.argv[1]);
}