mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-16 15:37:27 +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:
parent
2de385e9c7
commit
335ddb6e1d
2
fpd.y
2
fpd.y
@ -675,7 +675,7 @@ debug_item:
|
||||
}
|
||||
| TOK_DBG_DUMP
|
||||
{
|
||||
if (!dump(stdout)) {
|
||||
if (!dump(stdout, NULL)) {
|
||||
perror("stdout");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user