svn commit: trunk/busybox/libbb
vda at busybox.net
vda at busybox.net
Mon Oct 8 13:45:43 PDT 2007
Author: vda
Date: 2007-10-08 13:45:42 -0700 (Mon, 08 Oct 2007)
New Revision: 20206
Log:
whitespace fix
Modified:
trunk/busybox/libbb/appletlib.c
Changeset:
Modified: trunk/busybox/libbb/appletlib.c
===================================================================
--- trunk/busybox/libbb/appletlib.c 2007-10-08 19:32:12 UTC (rev 20205)
+++ trunk/busybox/libbb/appletlib.c 2007-10-08 20:45:42 UTC (rev 20206)
@@ -134,6 +134,6 @@
setlocale(LC_ALL, "");
/* Redundant for busybox, but needed for individual applets */
- if (argv[1] && strcmp(argv[1], "--help") == 0)
+ if (argv[1] && strcmp(argv[1], "--help") == 0)
bb_show_usage();
}
More information about the busybox-cvs
mailing list