]> granicus.if.org Git - nethack/commitdiff
Tiny formatting fix
authorPasi Kallinen <paxed@alt.org>
Tue, 24 Nov 2015 07:59:20 +0000 (09:59 +0200)
committerPasi Kallinen <paxed@alt.org>
Tue, 24 Nov 2015 07:59:20 +0000 (09:59 +0200)
src/pickup.c

index 86942372e1a993d07077c46466c6702535049a8d..1d621b48c722bde8f9c1501c6052561d4ec10b41 100644 (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;