diff options
Diffstat (limited to 'atari/system.c')
-rw-r--r-- | atari/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/system.c b/atari/system.c index 26943bb4..41552e5b 100644 --- a/atari/system.c +++ b/atari/system.c @@ -47,7 +47,7 @@ system(const char *command) #endif char cmdln[1024]; char *args[64]; - char *getenv(); + char *getenv(const char *); if(!command) return(ERROR); |