summaryrefslogtreecommitdiff
path: root/net/mgen/files/patch-common_mgen.cpp
blob: a4867087e68c4cc406b1bf5a7cec96ea3ea04f0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- common/mgen.cpp.orig
+++ common/mgen.cpp
@@ -1319,7 +1319,7 @@
         m++;
     }
     return type; 
-};  // end Mgen::GetCmdType()
+}  // end Mgen::GetCmdType()
 
 bool Mgen::OnCommand(Mgen::Command cmd, const char* arg, bool override)
 {