mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-21 00:39:37 +00:00
Fix a typo in a declaration.
Estimated hours taken: 0.1 Branches: main library/benchmarking.m: Fix a typo in a declaration.
This commit is contained in:
@@ -166,7 +166,8 @@ extern void ML_report_full_memory_stats(void);
|
||||
const ML_memprof_report_entry *,
|
||||
int num_entries, MR_bool complete);
|
||||
|
||||
static int mpare_final(const void *, const void *);
|
||||
static int ML_memory_profile_compare_final(const void *i1,
|
||||
const void *i2);
|
||||
|
||||
#endif /* MR_MPROF_PROFILE_MEMORY */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user