]> git.mxchange.org Git - flightgear.git/commitdiff
Add comma to log statement
authorehofman <ehofman>
Fri, 21 Mar 2003 22:22:33 +0000 (22:22 +0000)
committerehofman <ehofman>
Fri, 21 Mar 2003 22:22:33 +0000 (22:22 +0000)
src/WeatherCM/linintp2.cpp

index 77207f38fa8348f2bfc763e3cb8b7c08ff5c15f3..41a43daebf85b1e6d13bc956f85ac0493dbe85dc 100644 (file)
@@ -406,7 +406,7 @@ Corner3:;
     }
 
     // create the triangles
-    SG_LOG(SG_MATH, SG_DEBUG "[ 60%] create the triangles");
+    SG_LOG(SG_MATH, SG_DEBUG, "[ 60%] create the triangles");
 
     triangle = new Triangle[numTriangles];