Fix compiler warning

pn53x-tamashell.c:106: warning: initialization discards qualifiers from
pointer target type
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:41:17 +00:00
parent b3e21fecd2
commit e60f4ef870

View file

@ -103,7 +103,7 @@ int main(int argc, const char* argv[])
}
char *cmd;
char *prompt = "> ";
const char *prompt = "> ";
while(1) {
int offset = 0;
#if defined(HAVE_READLINE)