more warnings just to test postcommit.pl
This commit is contained in:
+2
-2
@@ -923,7 +923,7 @@ doengrave()
|
|||||||
c = yn_function("Do you want to add to the current engraving?",
|
c = yn_function("Do you want to add to the current engraving?",
|
||||||
ynqchars, 'y');
|
ynqchars, 'y');
|
||||||
if (c == 'q') {
|
if (c == 'q') {
|
||||||
pline(Never_mind);
|
pline("%s", Never_mind);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1016,7 +1016,7 @@ doengrave()
|
|||||||
Tobjnam(otmp, "glow"), otense(otmp, "fade"));
|
Tobjnam(otmp, "glow"), otense(otmp, "fade"));
|
||||||
return(1);
|
return(1);
|
||||||
} else {
|
} else {
|
||||||
pline(Never_mind);
|
pline("%s", Never_mind);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user