diff options
Diffstat (limited to 'stdio-common/tst-fmemopen.c')
-rw-r--r-- | stdio-common/tst-fmemopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-fmemopen.c b/stdio-common/tst-fmemopen.c index 8aa047e3c1..206bfd74d2 100644 --- a/stdio-common/tst-fmemopen.c +++ b/stdio-common/tst-fmemopen.c @@ -11,7 +11,7 @@ int main (int argc, char **argv) { - const char *test_file; + char *test_file; const char blah[] = "BLAH"; FILE *fp; char *mmap_data; |