shithub: jbig2

Download patch

ref: a61fc54c09021114fae3744f16f4fa6fb79192be
parent: bf37c640d04807206926a1fe7b7c501db9225452
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Sat Jul 20 12:07:34 EDT 2002

Space after testing message elipsis.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@148 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/sha1.c
+++ b/sha1.c
@@ -347,7 +347,7 @@
     char output[80];
     char *c;
 
-    fprintf(stdout, "verifying SHA-1 implementation...");
+    fprintf(stdout, "verifying SHA-1 implementation... ");
     
     for (k = 0; k < 2; k++){ 
         SHA1_Init(&context);