summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfltk-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/fltk-config.in b/fltk-config.in
index 45abf7151..64b00c24a 100755
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -1,6 +1,6 @@
-#! /bin/sh
+#!/bin/sh
#
-# "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $"
+# "$Id: fltk-config.in,v 1.12.2.16 2002/10/18 17:18:33 easysw Exp $"
#
# FLTK configuration utility.
#
@@ -292,5 +292,5 @@ if test "$echo_libs" = "yes"; then
fi
#
-# End of "$Id: fltk-config.in,v 1.12.2.15 2002/10/07 13:19:21 easysw Exp $".
+# End of "$Id: fltk-config.in,v 1.12.2.16 2002/10/18 17:18:33 easysw Exp $".
#