aboutsummaryrefslogtreecommitdiffstats
path: root/src/ramps.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-10 23:18:59 +0200
committerMattias Andrée <maandree@kth.se>2016-07-10 23:18:59 +0200
commit4e794f661261994c8247a2f399c371aad9c71f7a (patch)
tree609722081f17ba4907d4edfb7e4e91beb3e475fa /src/ramps.c
parentAdd adjustment method name parser (diff)
downloadcoopgammad-4e794f661261994c8247a2f399c371aad9c71f7a.tar.gz
coopgammad-4e794f661261994c8247a2f399c371aad9c71f7a.tar.bz2
coopgammad-4e794f661261994c8247a2f399c371aad9c71f7a.tar.xz
Add command line parser
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/ramps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ramps.c b/src/ramps.c
index 0bd2b78..2c24b52 100644
--- a/src/ramps.c
+++ b/src/ramps.c
@@ -26,7 +26,7 @@
/**
* The name of the process
*/
-extern const char* argv0;
+extern char* argv0;