diff options
author | David Tardon <dtardon@redhat.com> | 2012-02-21 06:21:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-21 06:21:15 +0100 |
commit | 967c82e9ce359ecb96982ece6d9e83f0771d8011 (patch) | |
tree | f186d485c06c2f493d86b2654807d05744d8451c /svx | |
parent | e4f14d089d81459ac2bf3c40e75e6cfd348b58c5 (diff) |
add missing semicolon
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index 5081b50f5a0f..805829f29685 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -224,7 +224,7 @@ void E3dScene::SetDefaultAttributes(E3dDefaultAttributes& /*rDefault*/) { // For WIN95/NT turn off the FP-Exceptions #if defined(WNT) - _control87( _MCW_EM, _MCW_EM ) + _control87( _MCW_EM, _MCW_EM ); #endif // Set defaults |