__progname should be const char*, not char*.

Change-Id: I8e846872c30a712fbc05c8da59ffa1cec1be31a4
This commit is contained in:
Elliott Hughes
2013-02-07 12:06:44 -08:00
parent 2f41531ff9
commit e4ccf5a138
5 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ static const char* const kStartBanner =
static const char* const kEndBanner =
"===============================================================";
extern char* __progname;
extern const char* __progname;
#define STACK_TRACE_DEPTH 16