Sponsored a newline character
authorJoey Schulze <joey@infodrom.org>
Mon, 22 Aug 2005 19:35:12 +0000 (19:35 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 22 Aug 2005 19:35:12 +0000 (19:35 +0000)
bigint.c

index 2182053..fe963e1 100644 (file)
--- a/bigint.c
+++ b/bigint.c
@@ -37,7 +37,7 @@ bigint bigint_add(bigint a, bigint b)
       if (i<BIGINT_LEN-1)
        a.val[i+1]++;
       else
-       fprintf(stderr, "Overflow in bigint addition.");
+       fprintf(stderr, "Overflow in bigint addition.\n");
     } else
       c.val[i] = tmp;
   }