]> Joshua Wise's Git repositories - firearm.git/commitdiff
Costas: Remove while(1) and allow proper returns.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 11 Jan 2009 05:27:56 +0000 (00:27 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 11 Jan 2009 05:27:56 +0000 (00:27 -0500)
tests/costas.c
tests/costas.hex

index fec404c5ff3c3b5bf2a093c2ad082133f8059d38..d303edeec6959a3c7c816f3bb13b2ea76056143f 100644 (file)
@@ -15,8 +15,6 @@ int main()
                putc(*costas);
                costas++;
        }
                putc(*costas);
                costas++;
        }
-       while(1)
-               ;
        
        return 0;
 }
        
        return 0;
 }
index 70e3dc295bcf655eb6139c66ac929b1497625b9c..dbfe0bcd33ef2e1880e2145de4aa408c54afa290 100644 (file)
Binary files a/tests/costas.hex and b/tests/costas.hex differ
This page took 0.024718 seconds and 4 git commands to generate.