diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-08-31 20:33:59 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-08-31 20:33:59 +0000 |
commit | 5f2bc536d5a26121594c5752bd0d2cefe8b0e952 (patch) | |
tree | 1d743216fe147abd50173b0a464f5d06c2191a58 /cpp/src/Slice/Grammar.y | |
parent | fixing include <Ice/Config.h> (diff) | |
download | ice-5f2bc536d5a26121594c5752bd0d2cefe8b0e952.tar.bz2 ice-5f2bc536d5a26121594c5752bd0d2cefe8b0e952.tar.xz ice-5f2bc536d5a26121594c5752bd0d2cefe8b0e952.zip |
removing extra semicolon
Diffstat (limited to 'cpp/src/Slice/Grammar.y')
-rw-r--r-- | cpp/src/Slice/Grammar.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/Grammar.y b/cpp/src/Slice/Grammar.y index b182aebc0e5..98ae9ca4247 100644 --- a/cpp/src/Slice/Grammar.y +++ b/cpp/src/Slice/Grammar.y @@ -297,7 +297,7 @@ exception_def } '{' exception_exports '}' { - if($4); + if($4) { unit->popContainer(); } |