]> git.cworth.org Git - hello/commitdiff
Introduce a typo into hello.c.
authorBryan O'Sullivan <bos@serpentine.com>
Tue, 6 Sep 2005 20:15:43 +0000 (13:15 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 00:01:37 +0000 (17:01 -0700)
hello.c

diff --git a/hello.c b/hello.c
index ed55ec04ebc1736a91997a6ce7d7091010647c3d..80b260cae9cec3cd52d27c46741ff59c321b852c 100644 (file)
--- a/hello.c
+++ b/hello.c
@@ -11,6 +11,6 @@
 
 int main(int argc, char **argv)
 {
-       printf("hello, world!\n");
+       printf("hello, world!\");
        return 0;
 }