vcs-svn: remove spurious semicolons
commit06316234accdcb6608506aed6600cd60ff5c5c8e
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 16 Mar 2011 07:02:42 +0000 (16 02:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Mar 2011 19:56:23 +0000 (16 12:56 -0700)
tree64f85620f60e5ebf30a5049898ba772e8938833f
parent276e017f2f632e9bd954bd5a6b794fe0865a5f37
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>
vcs-svn/repo_tree.c
vcs-svn/string_pool.c