Commit Diff


commit - f7ae05d029d7faa14707966d6ad6e03d73a332f6
commit + 9759434e28db896a49f4be1e1f09c55ae4231a91
blob - 0bcbcaa700f20e103dc1dae85f20254150ba7eda
blob + d6ef83867a380123689f272d77b2a7cabcf0c8ea
--- FICS/playerdb.c
+++ FICS/playerdb.c
@@ -63,6 +63,9 @@
 PUBLIC player	 parray[PARRAY_SIZE];
 PUBLIC int	 p_num = 0;
 
+/*
+ * Checks if a player number is within bounds.
+ */
 PUBLIC bool
 player_num_ok_chk(const int num)
 {