diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-07 17:14:45 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-12-21 16:21:49 +0100 |
commit | d2e7188e33a58cab05ef6292795303ad4b92a5f7 (patch) | |
tree | a6789fb724833d4d800626bf9b4707fa4ae1e9d8 /test/testprog.cc | |
parent | e166206702c8dbd3162452cf26f368e856ac0138 (diff) |
WIPmsvc
Diffstat (limited to 'test/testprog.cc')
-rw-r--r-- | test/testprog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testprog.cc b/test/testprog.cc index dbfb665..2b6619e 100644 --- a/test/testprog.cc +++ b/test/testprog.cc @@ -2,7 +2,7 @@ #include <fstream> #include <string> -extern const char **environ; // see 'man environ' +extern char **environ; // see 'man environ' int main(int argc, const char* argv[]) { |