]> git.mxchange.org Git - simgear.git/blobdiff - Math/mat3.h
Put comments around the text after an #endif for increased portability.
[simgear.git] / Math / mat3.h
index 70f7a616c4bef983fc6b601ca8f93baa7dbd670a..cc7b54d80578ff07581209c8992e20a6604c99c3 100644 (file)
@@ -143,5 +143,5 @@ int         MAT3mult_hvec (MAT3hvec result_vec, MAT3hvec vec, MAT3mat mat, int normaliz
 void           MAT3cross_product(MAT3vec result,MAT3vec,MAT3vec);
 void           MAT3perp_vec(MAT3vec result_vec, MAT3vec vec, int is_unit);
 
-#endif MAT3_HAS_BEEN_INCLUDED
+#endif /* MAT3_HAS_BEEN_INCLUDED */