Tiny formatting fix

This commit is contained in:
Pasi Kallinen
2015-11-24 09:59:20 +02:00
parent 74450ef1f5
commit 6ed4f24d24

View File

@@ -1597,7 +1597,9 @@ struct obj **cobjp;
return use_container(cobjp, 0);
}
int doloot() /* loot a container on the floor or loot saddle from mon. */
/* loot a container on the floor or loot saddle from mon. */
int
doloot()
{
struct obj *cobj, *nobj;
register int c = -1;