freemyipod r534 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r533‎ | r534 | r535 >
Date:15:09, 6 February 2011
Author:theseven
Status:new
Tags:
Comment:
Helloworld: Yes, one can produce a bug even in such a simple program...
Modified paths:
  • /apps/helloworld/main.c (modified) (history)

Diff [purge]

Index: apps/helloworld/main.c
@@ -3,7 +3,7 @@
44
55 static void main()
66 {
7 - cputc(3, "Hello, world!\n");
 7+ cputs(3, "Hello, world!\n");
88 }
99
1010