Fix a variable prototype/definition mismatch.

This commit is contained in:
Jason Evans
2014-01-16 18:04:30 -08:00
parent f234dc51b9
commit eefdd02e70
2 changed files with 7 additions and 3 deletions

View File

@@ -29,8 +29,7 @@ char opt_prof_prefix[
#ifdef JEMALLOC_PROF
PATH_MAX +
#endif
1
];
1];
uint64_t prof_interval = 0;
bool prof_promote;