aboutsummaryrefslogtreecommitdiff
path: root/include/busybox.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /include/busybox.h
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'include/busybox.h')
-rw-r--r--include/busybox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h
index ba4edcaba..f6f575957 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -17,7 +17,7 @@
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell 20 * Based in part on code from sash, Copyright (c) 1999 by David I. Bell
21 * Permission has been granted to redistribute this code under the GPL. 21 * Permission has been granted to redistribute this code under the GPL.
22 * 22 *
23 */ 23 */
@@ -81,7 +81,7 @@ extern const struct BB_applet applets[];
81 * applet usage strings. These are all of the form: 81 * applet usage strings. These are all of the form:
82 * extern int foo_main(int argc, char **argv); 82 * extern int foo_main(int argc, char **argv);
83 * extern const char foo_usage[]; 83 * extern const char foo_usage[];
84 * These are all autogenerated from the set of currently defined applets. 84 * These are all autogenerated from the set of currently defined applets.
85 */ 85 */
86#define PROTOTYPES 86#define PROTOTYPES
87#include "applets.h" 87#include "applets.h"