unbreak 3m glib testing support

This commit is contained in:
Matthew Flatt 2020-06-01 14:22:10 -06:00
parent 3499e79377
commit 17d60e479f

View File

@ -3989,8 +3989,8 @@ void *scheme_glib_log_message_test(char *str)
} }
} }
scheme_glib_log_message("test", mzG_LOG_LEVEL_WARNING, str, NULL); scheme_glib_log_message("test", mzG_LOG_LEVEL_WARNING, str, NULL);
return NULL;
} }
return NULL;
} }
#ifdef MZ_USE_MZRT #ifdef MZ_USE_MZRT