about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-11 16:35:03 -0400
committerCharadon <dev@iotib.net>2022-09-11 16:35:03 -0400
commitf769bb9adcb665d08b0e9e65e8db82fc00c2347e (patch)
tree428f479713c6567f7e9415bfaa9a446be23ee672 /src/main.c
parente4f6fe48d33680ffbda0c8b1aa6ff9702f336571 (diff)
downloadPong-C-f769bb9adcb665d08b0e9e65e8db82fc00c2347e.tar.gz
Polished up credits
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 31e2ab0..4091596 100644
--- a/src/main.c
+++ b/src/main.c
@@ -147,7 +147,7 @@ bool play_audio(int SoundEffect) {
 
 int main(int argc, char *argv[]) {
 	/* Credits acknowledgements */
-	fprintf(stdout, "Game Icon (resources/icon.svg) by 2xYz is licensed under Creative Commons. Check docs/credits.html for more info.\n");
+	fprintf(stdout, "Game Icon (resources/icon.svg) by 2xYz is licensed under Creative Commons. Check docs/credits.html for more info.\n\n");
 	/* Raylib Init */
 	SDL_Init(SDL_INIT_AUDIO);
 	InitWindow(1280, 720, "Pong");