diff src/error.cc @ 5823:080c08b192d8

[project @ 2006-05-19 05:32:17 by jwe]
author jwe
date Fri, 19 May 2006 05:32:19 +0000
parents 1138ced03f14
children 80d3933fb8b6
line wrap: on
line diff
--- a/src/error.cc
+++ b/src/error.cc
@@ -1147,7 +1147,7 @@
 	error ("lasterr: expecting arguments to be character strings");
     }
   else
-    print_usage ("lasterr");
+    print_usage ();
 
   return retval;  
 }
@@ -1194,7 +1194,7 @@
 	error ("lastwarn: expecting arguments to be character strings");
     }
   else
-    print_usage ("lastwarn");
+    print_usage ();
 
   return retval;  
 }