mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-19 05:07:03 +02:00
fix warning
This commit is contained in:
parent
9c00b4eef7
commit
8a6a1ef59a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ int main(void) {
|
|||
bool tutorial;
|
||||
|
||||
#if !defined(__linux__)
|
||||
printf ("This program has not and will not be tested on non Linux systems! If you experience errors, do not report them!\nIf you wish to fix an issue, please excercise your rights under the GNU Affero Public License Version 3.\nI may occasionally test using wine, however I will never test using native win32, so errors may occur due to this.\n\n"
|
||||
printf ("This program has not and will not be tested on non Linux systems! If you experience errors, do not report them!\nIf you wish to fix an issue, please excercise your rights under the GNU Affero Public License Version 3.\nI may occasionally test using wine, however I will never test using native win32, so errors may occur due to this.\n\n");
|
||||
#endif
|
||||
|
||||
printf ("Hello %s!\nThis is a game written for AgnoxGD.\nWould you like to see a tutorial\nType 1 for no, or 0 for yes.\n", username);
|
||||
|
|
Loading…
Add table
Reference in a new issue