rcsim: user const types in struct key

Origin commit data
------------------
Branch: ni/coolstream
Commit: 11a4fe1fd7
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-10-04 (Fri, 04 Oct 2013)

Origin message was:
------------------
- rcsim: user const types in struct key

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-10-04 11:24:40 +02:00
parent 139aaacc54
commit 6b4cabc66b

View File

@@ -51,8 +51,8 @@ enum { // not defined in input.h but used like that, at least in 2.4.22
};
struct key{
char *name;
unsigned long code;
const char *name;
const unsigned long code;
};
static const struct key keyname[] = {