dealt with compiler warning about discarded qualifiers

This commit is contained in:
Christian Kroll 2011-09-13 00:25:14 +00:00
parent c4124c8389
commit c3908da1eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
typedef struct{
void(*run)(void);
uint8_t * icon;
uint8_t const *icon;
}game_descriptor_t;