Index: /OpenSceneGraph/trunk/examples/osgstaticviewer/osgstaticviewer.cpp
===================================================================
--- /OpenSceneGraph/trunk/examples/osgstaticviewer/osgstaticviewer.cpp (revision 9334)
+++ /OpenSceneGraph/trunk/examples/osgstaticviewer/osgstaticviewer.cpp (revision 10282)
@@ -38,12 +38,12 @@
 
 // include the plugins we need
-USE_OSGPLUGIN(ive);
-USE_OSGPLUGIN(freetype);
-USE_OSGPLUGIN(osg);
-USE_OSGPLUGIN(rgb);
-USE_OSGPLUGIN(OpenFlight);
+USE_OSGPLUGIN(ive)
+USE_OSGPLUGIN(freetype)
+USE_OSGPLUGIN(osg)
+USE_OSGPLUGIN(rgb)
+USE_OSGPLUGIN(OpenFlight)
 
 // include the platform specific GraphicsWindow implementation.
-USE_GRAPHICSWINDOW();
+USE_GRAPHICSWINDOW()
 
 int main(int argc, char** argv)
