Fix comment.

develop
Kolan Sh 2015-10-19 20:52:36 +03:00
parent e1e6dcfc33
commit 4e9547cd86
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ void __attribute__ ((constructor)) load_library (void)
#if defined(_WIN32) || defined(_WIN64)
(void) dwReason; // avoid
(void) lpReserved; // warngings
(void) lpReserved; // warnings
return TRUE;
#endif
}