Warning cleanup.

This commit is contained in:
Sean Hunt
2015-05-25 00:08:34 +09:00
committed by nhmall
parent b8bea3af20
commit b6f32e7eff
4 changed files with 5 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ E NEARDATA struct savefile_info sfcap, sfrestinfo, sfsaveinfo;
struct autopickup_exception {
struct nhregex *regex;
const char *pattern;
char *pattern;
boolean grab;
struct autopickup_exception *next;
};