use a bool

This commit is contained in:
Gwenhael Le Moine 2024-04-09 14:23:10 +02:00
parent 12f2c44904
commit 98dec7387b
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -113,7 +113,7 @@ int main( int argc, char** argv )
emulate_debug();
debug();
} while ( 1 );
} while ( true );
return 0;
}