r348: fix linefeed problem
[ctsim.git] / libctsupport / clip.cpp
index 3ff8b0874c4f59ceda261dc5aef59fefc0144fec..e11e33442faf6802b024320ad5bc63c9c37f421e 100644 (file)
@@ -14,7 +14,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: clip.cpp,v 1.6 2000/12/06 15:17:51 kevin Exp $
+**  $Id: clip.cpp,v 1.7 2001/01/02 16:02:13 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -331,7 +331,7 @@ tcode (const double x, const double y, const double m, const double b, const int
 
 static int rectcode (double x, double y, const double rect[4]);
 
-bool\r
+bool
 clip_rect (double& x1, double& y1, double& x2, double& y2, const double rect[4])
 {
   double x = 0, y = 0;