changeset 3541:9a91ef403952

[project @ 2000-02-02 20:02:08 by jwe]
author jwe
date Wed, 02 Feb 2000 20:02:08 +0000
parents 6741bef26719
children 0df501bd4fca
files liboctave/oct-rl-hist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;