Skip to content

Commit

Permalink
Make sure the compiler doesn't yell at me
Browse files Browse the repository at this point in the history
  • Loading branch information
nike4613 committed Jun 15, 2024
1 parent 1046bf1 commit 61b1753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mono_dynamic_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ static int mdh_verbose;
#define LVL_VERBOSE 2
#define LVL_DEBUG 1

static void load_global_vars()
static void load_global_vars(void)
{
char* verbose = PAL_DupEnv("MDH_VERBOSE");
if (verbose)
Expand Down
2 changes: 1 addition & 1 deletion pal.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ static int PAL_FileExists(char const* path)

#else
#error "Unknown platform"
#endif
#endif

0 comments on commit 61b1753

Please sign in to comment.