From: Joshua Wise Date: Sun, 11 Jan 2009 05:27:56 +0000 (-0500) Subject: Costas: Remove while(1) and allow proper returns. X-Git-Url: http://git.joshuawise.com/firearm.git/commitdiff_plain/b72305d338455dcb20a6072cedcf66ecbb0b257a?ds=inline;hp=b957d34df393c6b39548629c0f1272175173d6b9 Costas: Remove while(1) and allow proper returns. --- diff --git a/tests/costas.c b/tests/costas.c index fec404c..d303ede 100644 --- a/tests/costas.c +++ b/tests/costas.c @@ -15,8 +15,6 @@ int main() putc(*costas); costas++; } - while(1) - ; return 0; } diff --git a/tests/costas.hex b/tests/costas.hex index 70e3dc2..dbfe0bc 100644 Binary files a/tests/costas.hex and b/tests/costas.hex differ