Update function type, to match last commit

svn-id: r20825
This commit is contained in:
Travis Howell 2006-02-23 10:45:59 +00:00
parent 8fa8d10c3f
commit c9d6277d27

View File

@ -52,7 +52,7 @@ void freePrcLinkedList(void) {
resetglobalScriptsHead();
}
void loadPrc(char *pPrcName) {
void loadPrc(const char *pPrcName) {
uint8 i;
uint16 numEntry;