aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-06 08:04:45 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-12-06 08:04:45 +0000
commit417232a4b6dbbdea586e43c7f4f8ef21004a6e33 (patch)
tree8bed6d79effe1aa6e671993144161403c16c57d1 /libbb
parent4a8849e4575755eb8bd34cf559676727ffd3b6ee (diff)
downloadbusybox-w32-417232a4b6dbbdea586e43c7f4f8ef21004a6e33.tar.gz
busybox-w32-417232a4b6dbbdea586e43c7f4f8ef21004a6e33.tar.bz2
busybox-w32-417232a4b6dbbdea586e43c7f4f8ef21004a6e33.zip
Silly cosmetic problem in the comment
git-svn-id: svn://busybox.net/trunk/busybox@3840 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/herror_msg_and_die.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c
index 64482d859..a47c7ff95 100644
--- a/libbb/herror_msg_and_die.c
+++ b/libbb/herror_msg_and_die.c
@@ -18,7 +18,6 @@
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */ 20 */
21/* vi: set sw=4 ts=4: */
22 21
23#include <stdarg.h> 22#include <stdarg.h>
24#include <stdlib.h> 23#include <stdlib.h>