diff options
Diffstat (limited to 'external')
-rw-r--r-- | external/clew/source/clew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/clew/source/clew.c b/external/clew/source/clew.c index e885dee9b2d1..d82235a8715b 100644 --- a/external/clew/source/clew.c +++ b/external/clew/source/clew.c @@ -135,7 +135,7 @@ static void clewExit(void) //! \param path path to dynamic library to load //! \return CLEW_ERROR_OPEN_FAILED if the library could not be opened //! CLEW_ERROR_ATEXIT_FAILED if atexit(clewExit) failed -//! CLEW_SUCCESS when the library was succesfully loaded +//! CLEW_SUCCESS when the library was successfully loaded int clewInit(const char* path) { int error = 0; |