aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 23:22:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 23:22:00 +0000
commit87468857f685863cd763ae361c2cb3be0ee53a68 (patch)
treea8fec29d731170b2a36b27d18e2d9720c970bf57 /scripts
parentf7fcca4af7593218f2185e69715ab3ae16c6cf29 (diff)
downloadbusybox-w32-87468857f685863cd763ae361c2cb3be0ee53a68.tar.gz
busybox-w32-87468857f685863cd763ae361c2cb3be0ee53a68.tar.bz2
busybox-w32-87468857f685863cd763ae361c2cb3be0ee53a68.zip
style fixes
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;