mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
fix double spaces in example
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
c755f7e539
commit
2fb62e34fa
@ -40,7 +40,7 @@ int main(void)
|
|||||||
/* Request we start game mode */
|
/* Request we start game mode */
|
||||||
if (gamemode_request_start() != 0) {
|
if (gamemode_request_start() != 0) {
|
||||||
fprintf(stderr, "Failed to request gamemode start: %s...\n", gamemode_error_string());
|
fprintf(stderr, "Failed to request gamemode start: %s...\n", gamemode_error_string());
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Simulate running a game */
|
/* Simulate running a game */
|
||||||
@ -49,7 +49,7 @@ int main(void)
|
|||||||
/* Request we end game mode (optional) */
|
/* Request we end game mode (optional) */
|
||||||
if (gamemode_request_end() != 0) {
|
if (gamemode_request_end() != 0) {
|
||||||
fprintf(stderr, "Failed to request gamemode end: %s...\n", gamemode_error_string());
|
fprintf(stderr, "Failed to request gamemode end: %s...\n", gamemode_error_string());
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user