diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-17 14:41:57 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-18 06:06:36 +0200 |
commit | 7dac70656639a79b65bdb074eca94921baa6fffc (patch) | |
tree | 24a4f4e5c0d3f4c3a752cd91a6a93e146eceebb1 /tools/bootstrp | |
parent | dec1051e119856994da3d769633f68748f9ec027 (diff) |
remove stray semicolon
Diffstat (limited to 'tools/bootstrp')
-rw-r--r-- | tools/bootstrp/addexes2/mkfilt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx index b454f901de5b..00e744bbf314 100644 --- a/tools/bootstrp/addexes2/mkfilt.cxx +++ b/tools/bootstrp/addexes2/mkfilt.cxx @@ -157,7 +157,6 @@ void MkFilter::Filter() fprintf( stderr, "\nunroll begin\n" ); nState = 1; } - ; if ( nState == 0 ) { |