]> git.draconx.ca Git - cdecl99.git/commit
Fix rendering of non-prototype function declarations.
authorNick Bowler <nbowler@draconx.ca>
Thu, 14 Jul 2011 23:21:55 +0000 (19:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 18 Jul 2011 23:23:51 +0000 (19:23 -0400)
commit579b0ea9f485f812fd76a1764fb5bb4efc932f70
treeb53d3245e0c869b3c47b2a20812704567a89a6c8
parent63274ac7f99c516b88bd1f94e05e5c715a4800ce
Fix rendering of non-prototype function declarations.

When there are no parameters, the closing parenthesis was not printed.
Fix that up.
src/declare.c