Skip to content

Commit

Permalink
Fix the definition of legacy_closer(), detected on NetBSD (mono#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
krytarowski authored and vargaz committed Aug 8, 2016
1 parent 07cdf41 commit 615f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/utils/mono-logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ legacy_opener(const char *path, void *user_data)
* Cleanup routine for older style loggers
*/
static void
legacy_closer()
legacy_closer(void)
{
if (logCallback.user_data != NULL) {
g_free (logCallback.user_data); /* This is a LegacyLoggerUserData struct */
Expand Down

0 comments on commit 615f644

Please sign in to comment.