Fix comment.
This commit is contained in:
parent
9f72fe6feb
commit
557c30d925
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue