From 1ccd5cf2c73f148a664566ed0dd4f5491b4a0ab9 Mon Sep 17 00:00:00 2001 From: divverent Date: Mon, 5 Oct 2009 14:25:57 +0000 Subject: [PATCH] fix typo elsif git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9311 d7cf8633-e32d-0410-b094-e92efae38249 --- matrixlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrixlib.c b/matrixlib.c index e1d0a2b4..9b7b4a68 100644 --- a/matrixlib.c +++ b/matrixlib.c @@ -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) -- 2.39.2