From 76e10d8d10a9743444942fd0ba5d0f58a122f370 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 19 Feb 2009 22:46:37 +0000 Subject: Hey, this code isn't being used by anyone anymore, ever, anywhere, but I made it compile to get some old tests, and I figured I may as well not throw all that away. --- src/tests/fstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/fstring.cpp') diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index 271738c..92f8cc4 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp @@ -18,7 +18,7 @@ void thing( FString str ) } #define pem printf("---------\n%08X: %s\n%08X: %s\n", (unsigned int)str.c_str(), str.c_str(), (unsigned int)str2.c_str(), str2.c_str() ); -int main( int argc, char *argv ) +int main( int argc, char **argv ) { FString str("th"); -- cgit v1.2.3