aboutsummaryrefslogtreecommitdiffstats
path: root/net/mgen/files/patch-common_mgenApp.cpp
blob: 98e761298f0d962f26de720798f7cde783e2add0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

$FreeBSD$

--- common/mgenApp.cpp.orig
+++ common/mgenApp.cpp
@@ -221,7 +221,7 @@
         nextCmd++;
     }
     return type; 
-};  // end MgenApp::GetCmdType()
+}  // end MgenApp::GetCmdType()
 
 bool MgenApp::ProcessCommands(int argc, const char*const* argv)
 {
@@ -1388,6 +1388,6 @@
 }  // end MgenStreamSource::Read()
 
 // This macro instantiates our MgenApp instance
-PROTO_INSTANTIATE_APP(MgenApp);
+PROTO_INSTANTIATE_APP(MgenApp)