summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2004-01-22 22:44:44 +0000
committerpixel <pixel>2004-01-22 22:44:44 +0000
commitde5166d922c0edf25f1911b116eb51d9499476d4 (patch)
treef1b0e8d86720d285202014ab6855b90e83855382
parentdb1421d32f901ee3a1b33212c3421570c85a0579 (diff)
Having a cute patching system now
-rw-r--r--include/Main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Main.h b/include/Main.h
index da9be5f..658a8f7 100644
--- a/include/Main.h
+++ b/include/Main.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Main.h,v 1.12 2003-12-04 04:09:02 pixel Exp $ */
+/* $Id: Main.h,v 1.13 2004-01-22 22:44:44 pixel Exp $ */
#ifndef __MAIN_H__
#define __MAIN_H__
@@ -52,6 +52,6 @@ int main(int argc, char ** argv) { \
r = Main::truemain(Application, argc, argv, environ); \
delete Application; \
return r; \
-}
+ }
#endif