]> andersk Git - splint.git/blobdiff - src/fileloc.c
*** empty log message ***
[splint.git] / src / fileloc.c
index a77c0705a54458a9d5c920c7b4f755ab302bcb6c..991fd9e5c65f741f30dbc909bf6126162334b08d 100644 (file)
@@ -239,12 +239,11 @@ fileloc_compare (fileloc f1, fileloc f2)
 
 
   /* drl 8-11-01 fix what I think is a bug
-     line no should more important than column number*/
-  INTCOMPARERETURN (f1->lineno, f2->lineno); 
-  
+     lineno should more important than column number*/
+
+  INTCOMPARERETURN (f1->lineno, f2->lineno);   
   INTCOMPARERETURN (f1->column, f2->column);
   
-
   return 0;
 }
 
This page took 0.093923 seconds and 4 git commands to generate.