summaryrefslogtreecommitdiff
path: root/FL/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'FL/math.h')
-rw-r--r--FL/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/math.h b/FL/math.h
index b2ed85f9d..ed0246e0a 100644
--- a/FL/math.h
+++ b/FL/math.h
@@ -1,5 +1,5 @@
//
-// "$Id"
+// "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $"
//
// Math header file for the Fast Light Tool Kit (FLTK).
//
@@ -52,5 +52,5 @@ inline double copysign(double a, double b) {return b<0 ? -a : a;}
#endif
//
-// End of "$Id: math.h,v 1.2 1998/10/19 21:39:27 mike Exp $".
+// End of "$Id: math.h,v 1.3 1998/10/21 14:19:50 mike Exp $".
//