summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2010-12-23 16:04:59 -0500
committerAaron M. Ucko <ucko@debian.org>2010-12-23 16:04:59 -0500
commitffe1cb962b03f02b4ef54f0eeb6cab89d4be2e63 (patch)
tree4d30f3f15fc853564ac66bd32f2fc4e33bf0dadb /src/fl_call_main.c
parentbca4cadccd3dc3f056235ecb8d264abd5a3123ab (diff)
Imported Upstream version 1.3~r8048
Diffstat (limited to 'src/fl_call_main.c')
-rw-r--r--src/fl_call_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_call_main.c b/src/fl_call_main.c
index 2ed2150..00f349f 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -1,7 +1,7 @@
/*
- * "$Id: fl_call_main.c 7352 2010-03-29 10:47:11Z matt $"
+ * "$Id: fl_call_main.c 7903 2010-11-28 21:06:39Z matt $"
*
- * Copyright 1998-2009 by Bill Spitzak and others.
+ * Copyright 1998-2010 by Bill Spitzak and others.
*
* fl_call_main() calls main() for you Windows people. Needs to be done in C
* because Borland C++ won't let you call main() from C++.
@@ -138,6 +138,6 @@ static void dummy(void) {}
#endif /* WIN32 && !FL_DLL && !__GNUC__ */
/*
- * End of "$Id: fl_call_main.c 7352 2010-03-29 10:47:11Z matt $".
+ * End of "$Id: fl_call_main.c 7903 2010-11-28 21:06:39Z matt $".
*/