fixed incorrect/misleading comment at end of scene.h
@@ -437,7 +437,7 @@ struct aiScene
};
#ifdef __cplusplus
-} //! namespace Assimp
-#endif
+}
+#endif //! extern "C"
#endif // AI_SCENE_H_INC