Selaa lähdekoodia

fix nonstandard syntax on #endif

David Rose 19 vuotta sitten
vanhempi
sitoutus
2d634cd9d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      panda/src/gobj/shaderExpansion.cxx

+ 1 - 1
panda/src/gobj/shaderExpansion.cxx

@@ -1125,7 +1125,7 @@ cg_compile_for(const ShaderCaps &caps,
 
   return true;
 }
-#endif HAVE_CG
+#endif  // HAVE_CG
 
 ////////////////////////////////////////////////////////////////////
 //  Function: ShaderExpansion::Constructor