From cae8bc6ced84c12590e3554a06a952283735363a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:09:58 +0300 Subject: Move to 2.14. --- atari/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/system.c') 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); -- cgit v1.2.3