diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-01 03:23:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-01 03:23:03 +0100 |
commit | 9ecf9c624c5272cf8d576ec173283ebfe72fd373 (patch) | |
tree | 8e098894b688a45144a6e7de81b97959490f0785 /src/cg-base.h | |
parent | Add makefile (diff) | |
download | cg-tools-9ecf9c624c5272cf8d576ec173283ebfe72fd373.tar.gz cg-tools-9ecf9c624c5272cf8d576ec173283ebfe72fd373.tar.bz2 cg-tools-9ecf9c624c5272cf8d576ec173283ebfe72fd373.tar.xz |
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/cg-base.h')
-rw-r--r-- | src/cg-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-base.h b/src/cg-base.h index 269f2a3..8d39f4a 100644 --- a/src/cg-base.h +++ b/src/cg-base.h @@ -132,7 +132,7 @@ extern const int64_t default_priority; /** * The default class for the program */ -extern char* const default_class; +extern char default_class[]; |