diff highlight.c @ 30:630b6733e492 src

Some more cleanups. Improve button passing.
author jcdutton
date Wed, 24 Apr 2002 00:47:46 +0000
parents c3c8b98d7e95
children 8b08ee66cbff
line wrap: on
line diff
--- a/highlight.c	Wed Apr 24 00:19:12 2002 +0000
+++ b/highlight.c	Wed Apr 24 00:47:46 2002 +0000
@@ -168,7 +168,7 @@
 
   /* Set the highlight SPRM if the passed button was valid*/
   if((button <= 0) || (button > nav_pci->hli.hl_gi.btn_ns)) {
-    fprintf(stderr,"Unable to select button number %i as it doesn't exist",
+    fprintf(stderr,"Unable to select button number %i as it doesn't exist\n",
               button);
     return S_ERR;
   }