fix one compiler warning (first attempt to probe for cvs email bug)

This commit is contained in:
keni
2011-03-05 20:32:37 +00:00
parent 2ec7b5d2f6
commit db9b434f93

View File

@@ -1028,7 +1028,7 @@ boolean atme;
break;
case SPE_JUMPING:
if (!jump(max(role_skill,1)))
pline(nothing_happens);
pline("%s", nothing_happens);
break;
default:
impossible("Unknown spell %d attempted.", spell);