diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/mmparse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/mmparse.cpp b/src/tests/mmparse.cpp index c60aa1c..9b79e4d 100644 --- a/src/tests/mmparse.cpp +++ b/src/tests/mmparse.cpp | |||
@@ -8,7 +8,7 @@ | |||
8 | #include "bu/minimacro.h" | 8 | #include "bu/minimacro.h" |
9 | #include "bu/fstring.h" | 9 | #include "bu/fstring.h" |
10 | 10 | ||
11 | int main( int argc, char *argv[] ) | 11 | int main() |
12 | { | 12 | { |
13 | Bu::MiniMacro mm; | 13 | Bu::MiniMacro mm; |
14 | 14 | ||