diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 17:53:54 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 17:53:54 (GMT) |
commit | 80f761359e090ef3128fedc1ef6727102dcda806 (patch) | |
tree | 43a420ab2868c860a2b49ff7e51388e3cb7649bb /src/sdl-test.c | |
parent | 92189500ce1b8481e12c7815dd9ee24970689180 (diff) | |
download | mxe-80f761359e090ef3128fedc1ef6727102dcda806.zip mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.gz mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.bz2 |
improved coding style
Diffstat (limited to 'src/sdl-test.c')
-rw-r--r-- | src/sdl-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl-test.c b/src/sdl-test.c index fc83c57..89a3ea0 100644 --- a/src/sdl-test.c +++ b/src/sdl-test.c @@ -1,4 +1,4 @@ -/* This file is part of mingw-cross-env. */ +/* This file is part of mingw-cross-env. */ /* See doc/index.html for further information. */ #include <SDL.h> |