diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-13 23:22:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-13 23:22:00 +0000 |
commit | 87468857f685863cd763ae361c2cb3be0ee53a68 (patch) | |
tree | a8fec29d731170b2a36b27d18e2d9720c970bf57 /scripts | |
parent | f7fcca4af7593218f2185e69715ab3ae16c6cf29 (diff) |
style fixes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 2 |
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 () YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); + (unsigned long) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; |