diff options
author | 2014-07-22 06:14:55 +0000 | |
---|---|---|
committer | 2014-07-22 06:14:55 +0000 | |
commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/lib/util/corealloc.c | |
parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/lib/util/corealloc.c')
-rw-r--r-- | src/lib/util/corealloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corealloc.c b/src/lib/util/corealloc.c index 8e13023ddad..af4ec856887 100644 --- a/src/lib/util/corealloc.c +++ b/src/lib/util/corealloc.c @@ -181,7 +181,7 @@ void free_file_line(void *memory, const char *file, int line, bool array) //------------------------------------------------- // track_memory - enables or disables the memory -// tracking +// tracking //------------------------------------------------- void track_memory(bool track) |