use a bool
This commit is contained in:
parent
12f2c44904
commit
98dec7387b
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ int main( int argc, char** argv )
|
|||
emulate_debug();
|
||||
|
||||
debug();
|
||||
} while ( 1 );
|
||||
} while ( true );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue