diff --git a/sc2/src/sc2code/libs/sound/sound_common.c b/sc2/src/sc2code/libs/sound/sound_common.c index 77b765d3f..0bb54962e 100644 --- a/sc2/src/sc2code/libs/sound/sound_common.c +++ b/sc2/src/sc2code/libs/sound/sound_common.c @@ -130,7 +130,7 @@ TFB_InitSound (int driver, int flags) "This may happen when a soundcard is " "not present or not available.\n" "NOTICE: Try running UQM with '--sound=none' option\n"); - exit (-1); + exit (EXIT_FAILURE); } return ret;