diff options
Diffstat (limited to 'src/matfile.c')
| -rw-r--r-- | src/matfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matfile.c b/src/matfile.c index c629db0..6f76461 100644 --- a/src/matfile.c +++ b/src/matfile.c @@ -3,7 +3,7 @@ #include <string.h> #include <time.h> -static const char *const default_description = "MATLAB 5.0 MAT-file, Created on: "; +static const char *const default_description = "MATLAB 5.0 MAT-file, Written By libMatfile, Created on: "; bool write_header(FILE *file) { if (file == NULL) { |
