diff options
Diffstat (limited to 'src/pthreads-test.c')
-rw-r--r-- | src/pthreads-test.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pthreads-test.c b/src/pthreads-test.c index 88d3378..797c64a 100644 --- a/src/pthreads-test.c +++ b/src/pthreads-test.c @@ -1,5 +1,7 @@ -/* This file is part of mingw-cross-env. */ -/* See doc/index.html for further information. */ +/* + * This file is part of MXE. + * See index.html for further information. + */ #include <stdio.h> #include <pthread.h> |