diff urogue/state.c @ 300:0250220d8cdd

Fix an assortment of compiler warnings. A few potential bugs were removed in the process. Much code cleanup remains to be done.
author John "Elwin" Edwards
date Fri, 22 Nov 2019 21:18:27 -0500
parents 000b1c5b8d63
children
line wrap: on
line diff
--- a/urogue/state.c	Sun Feb 11 15:37:33 2018 -0500
+++ b/urogue/state.c	Fri Nov 22 21:18:27 2019 -0500
@@ -573,7 +573,7 @@
     if ( (num < 1) || (list == NULL) )
         return(NULL);
     
-	num--;
+    num--;
 
     for(cnt = 0; cnt < num; cnt++)
     {