correct something spotted in email diff

This commit is contained in:
nhmall
2015-04-04 21:38:43 -04:00
parent b383cc6a2c
commit a8261cd10a

View File

@@ -3010,7 +3010,7 @@ typfnd:
if (typ && wizard) {
if (typ == SPE_NOVEL) {
if (name && !lookup_novel((char *)name, (int *)0)) {
if (name && !lookup_novel(name, (int *)0)) {
pline("There's no novel by that name.");
return ((struct obj *)0);
}