Code style fix

This commit is contained in:
Andrio Celos
2023-11-14 11:48:12 +11:00
committed by PatR
parent b4aee17578
commit e10a648ca9

View File

@@ -1716,7 +1716,7 @@ pickup_object(
boolean telekinesis) /* not picking it up directly by hand */
{
int res, nearload;
const char* prefix;
const char *prefix;
if (obj->quan < count) {
impossible("pickup_object: count %ld > quan %ld?", count, obj->quan);