diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-10 23:18:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-10 23:18:59 +0200 |
commit | 4e794f661261994c8247a2f399c371aad9c71f7a (patch) | |
tree | 609722081f17ba4907d4edfb7e4e91beb3e475fa /src/ramps.c | |
parent | Add adjustment method name parser (diff) | |
download | coopgammad-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 'src/ramps.c')
-rw-r--r-- | src/ramps.c | 2 |
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; |