diff options
Diffstat (limited to 'src/physfs-test.c')
-rw-r--r-- | src/physfs-test.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/physfs-test.c b/src/physfs-test.c index 1ca1fc0..ca2173f 100644 --- a/src/physfs-test.c +++ b/src/physfs-test.c @@ -1,7 +1,10 @@ -/* This file is part of MXE. */ -/* See doc/index.html for further information. */ - -/* modified from test/physfs_test.c */ +/* + * This file is part of MXE. + * See doc/index.html for further information. + * + * This is a slightly modified version of: + * test/physfs_test.c + */ #include "physfs.h" #include <stdio.h> |