]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.cpp
SWIGged updates for wxGTK
[wxWidgets.git] / samples / typetest / typetest.cpp
index 98ee15d0963f5ec8679b3466945f413e2495508c..75e68a09bbbcb2bc080de2ce29aaacdab74222f2 100644 (file)
@@ -436,7 +436,7 @@ void MyApp::DoStreamDemo3(wxCommandEvent& WXUNUSED(event))
             case wxSTREAM_READ_ERROR:   textCtrl.WriteText( "wxSTREAM_READ_ERROR\n" ); break;
             case wxSTREAM_WRITE_ERROR:  textCtrl.WriteText( "wxSTREAM_WRITE_ERROR\n" ); break;
             default: textCtrl.WriteText( "Huh?\n" ); break;
-           }
+        }
     }
     textCtrl.WriteText( "\n" );