Fix comment.

This commit is contained in:
Kolan Sh 2015-10-19 20:52:12 +03:00
parent 9f72fe6feb
commit 557c30d925
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
}