- Replace 'while(' with 'while ('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2358 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -48,13 +48,13 @@ __gccmain()
|
||||
|
||||
void exit(int exit_code)
|
||||
{
|
||||
while(1);
|
||||
while (1);
|
||||
} /* EXIT */
|
||||
|
||||
|
||||
atexit()
|
||||
{
|
||||
while(1);
|
||||
while (1);
|
||||
} /* ATEXIT */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user