From 2b95c4c40bb8ec3a671130d1fac7eadb9379eccb Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 8 Jun 2014 13:01:04 +0200 Subject: [PATCH] Fixed doxygen comment in header. --- include/SDL_rwops.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL_rwops.h b/include/SDL_rwops.h index 2d583008adf04..5a47ef8a59b14 100644 --- a/include/SDL_rwops.h +++ b/include/SDL_rwops.h @@ -223,13 +223,14 @@ extern DECLSPEC size_t SDLCALL SDL_WriteBE64(SDL_RWops * dst, Uint64 value); /** * \name Mount/umount functions * - * Required for RWOps on Native Client + * Required for RWops on Native Client */ /* @{ */ extern DECLSPEC int SDLCALL SDL_RWMount(const char* source, const char* target, const char* filesystemtype, unsigned long mountflags, const void *data); extern DECLSPEC int SDLCALL SDL_RWUmount(const char *target); +/* @} *//* Mount/umount functions */ /* Ends C function definitions when using C++ */ #ifdef __cplusplus