commit | 043b1e5d997d9b582a5aee37bd56e2e4f29be6e4 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Sep 06 12:47:55 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Sep 06 12:47:55 2009 +0200 |
tree | bab07bc427f178857896a8bf252c61ea1a5c67a2 | |
parent | 5370bfb123266ab5716f321e43d3f8f6da7d7143 [diff] [blame] |
more C standard compat fixes from Dan Fandrich function old new delta docolon 207 204 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/dc.c b/miscutils/dc.c index ff2bc3b..3656cdd 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c
@@ -182,7 +182,7 @@ {"p", print_no_pop}, {"f", print_stack_no_pop}, {"o", set_output_base}, - { /* zero filled */ } + { "", NULL } }; static void stack_machine(const char *argument)