]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo elsif
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Oct 2009 14:25:57 +0000 (14:25 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Oct 2009 14:25:57 +0000 (14:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9311 d7cf8633-e32d-0410-b094-e92efae38249

matrixlib.c

index e1d0a2b42de186644fa942719ea6ac6006343ee7..9b7b4a686e97d047ac9cb76feeedee9a012202b5 100644 (file)
@@ -197,7 +197,7 @@ int Matrix4x4_Invert_Full (matrix4x4_t *out, const matrix4x4_t *in1)
 
        return 1;
 }
-#elsif 1
+#elif 1
 // Adapted from code contributed to Mesa by David Moore (Mesa 7.6 under SGI Free License B - which is MIT/X11-type)
 // number of multiplications reduced by divVerent, yet to be benchmarked
 int Matrix4x4_Invert_Full (matrix4x4_t *out, const matrix4x4_t *in1)