aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-13 23:22:00 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-13 23:22:00 +0000
commit28cef1002ae00f79c45522c0672c81c63556cb84 (patch)
treea8fec29d731170b2a36b27d18e2d9720c970bf57 /scripts
parent60fde77e8c41704da04ab3366a6727ed37e1ad97 (diff)
downloadbusybox-w32-28cef1002ae00f79c45522c0672c81c63556cb84.tar.gz
busybox-w32-28cef1002ae00f79c45522c0672c81c63556cb84.tar.bz2
busybox-w32-28cef1002ae00f79c45522c0672c81c63556cb84.zip
style fixes
git-svn-id: svn://busybox.net/trunk/busybox@18433 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/zconf.tab.c_shipped2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped
index ca8003dce..97100b764 100644
--- a/scripts/kconfig/zconf.tab.c_shipped
+++ b/scripts/kconfig/zconf.tab.c_shipped
@@ -1219,7 +1219,7 @@ yyparse ()
1219 1219
1220 1220
1221 YYDPRINTF ((stderr, "Stack size increased to %lu\n", 1221 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
1222 (unsigned long int) yystacksize)); 1222 (unsigned long) yystacksize));
1223 1223
1224 if (yyss + yystacksize - 1 <= yyssp) 1224 if (yyss + yystacksize - 1 <= yyssp)
1225 YYABORT; 1225 YYABORT;