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:
Zoltan Somogyi
2004-03-19 10:41:18 +00:00
parent c91313b32f
commit 3d1a3898cf

View File

@@ -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 */