1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 11:03:14 +03:00

fpd.y: dump() requires a dummy "one" argument here too, oops

git-svn-id: http://svn.openmoko.org/trunk/eda/fped@6005 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner 2011-03-23 08:25:22 +00:00
parent 2de385e9c7
commit 335ddb6e1d

2
fpd.y
View File

@ -675,7 +675,7 @@ debug_item:
} }
| TOK_DBG_DUMP | TOK_DBG_DUMP
{ {
if (!dump(stdout)) { if (!dump(stdout, NULL)) {
perror("stdout"); perror("stdout");
exit(1); exit(1);
} }