author | Jonathan Nieder <jrnieder@gmail.com> | |
Wed, 16 Mar 2011 07:02:42 +0000 (02:02 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Mar 2011 19:56:23 +0000 (12:56 -0700) | ||
commit | 06316234accdcb6608506aed6600cd60ff5c5c8e | |
tree | 64f85620f60e5ebf30a5049898ba772e8938833f | tree | snapshot |
parent | 276e017f2f632e9bd954bd5a6b794fe0865a5f37 | commit | diff |
vcs-svn: remove spurious semicolons
trp_gen is not a statement or function call, so it should not be
followed with a semicolon. Noticed by gcc -pedantic.
vcs-svn/repo_tree.c:41:81: warning: ISO C does not allow extra ';'
outside of a function [-pedantic]
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trp_gen is not a statement or function call, so it should not be
followed with a semicolon. Noticed by gcc -pedantic.
vcs-svn/repo_tree.c:41:81: warning: ISO C does not allow extra ';'
outside of a function [-pedantic]
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
vcs-svn/repo_tree.c | diff | blob | history | |
vcs-svn/string_pool.c | diff | blob | history |