diff options
Diffstat (limited to 'stdio-common/xbug.c')
-rw-r--r-- | stdio-common/xbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/xbug.c b/stdio-common/xbug.c index fc60c66be9..7ab76f051a 100644 --- a/stdio-common/xbug.c +++ b/stdio-common/xbug.c @@ -54,7 +54,7 @@ void ReadFile(buffer, input) int main(int argc, char *argv[]) { - char * filename = "xbug.c"; + char filename[] = "xbug.c"; FILE *input; Buffer buffer; |