shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/tests utils.c


From: shishi-commit
Subject: shishi/tests utils.c
Date: Sun, 19 Oct 2003 21:44:53 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/10/19 21:44:53

Modified files:
        tests          : utils.c 

Log message:
        Fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/tests/utils.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: shishi/tests/utils.c
diff -u shishi/tests/utils.c:1.7 shishi/tests/utils.c:1.8
--- shishi/tests/utils.c:1.7    Sun Oct 19 20:25:33 2003
+++ shishi/tests/utils.c        Sun Oct 19 21:44:53 2003
@@ -175,6 +175,7 @@
       if ((i + 1) % 16 == 0 && i + 1 < len)
        printf ("\n\t ;; ");
     }
+  puts("");
 }
 
 static void
@@ -201,6 +202,7 @@
       if ((i + 1) % 6 == 0 && i + 1 < len)
        printf ("\n\t ;; ");
     }
+  puts("");
 }
 
 void test (Shishi * handle);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]