Skip to content

Commit

Permalink
Update rfxgen.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Dec 28, 2021
1 parent c6590e0 commit dd8fcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfxgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ static void ShowCommandLineInfo(void)
printf("\n//////////////////////////////////////////////////////////////////////////////////\n");
printf("// //\n");
printf("// %s v%s - %s //\n", toolName, toolVersion, toolDescription);
printf("// powered by raylib v%s and raygui v%s //\n", RAYLIB_VERSION, RAYGUI_VERSION);
printf("// powered by raylib v%s and raygui v%s //\n", RAYLIB_VERSION, RAYGUI_VERSION);
printf("// more info and bugs-report: github.com/raysan5/rfxgen //\n");
printf("// //\n");
printf("// Copyright (c) 2014-2022 raylib technologies (@raylibtech) //\n");
Expand Down

0 comments on commit dd8fcfb

Please sign in to comment.