diff liboctave/oct-rl-hist.c @ 3541:9a91ef403952

[project @ 2000-02-02 20:02:08 by jwe]
author jwe
date Wed, 02 Feb 2000 20:02:08 +0000
parents ee1eea24f078
children 0ae310231c46
line wrap: on
line diff
--- a/liboctave/oct-rl-hist.c
+++ b/liboctave/oct-rl-hist.c
@@ -212,7 +212,7 @@
 
 	  if (number_lines)
 	    sprintf (tmp, "%5d%c%s", i + history_base,
-		     hlist[i]->data ? '*' : ' '
+		     hlist[i]->data ? '*' : ' ',
 		     line ? line : "");
 
 	  retval[k++] = tmp;