diff options
author | Pierre Grandin <grandinp@gmail.com> | 2019-06-04 10:14:17 -0600 |
---|---|---|
committer | Pierre Grandin <grandinp@gmail.com> | 2019-06-04 10:14:17 -0600 |
commit | 92a5169423e470e4d1a5f4237cb2112266998d28 (patch) | |
tree | bee5f13203e0a0d99c8f6962c82deef9fe772b6e /navit/debug.h | |
parent | 5304cda121782db8e1e5e4685ae10780cce36394 (diff) | |
parent | da3e1e0c186dfd6c6566f798811a27d001a7fb1d (diff) | |
download | navit-audio.tar.gz |
Merge branch 'trunk' into audioaudio
Diffstat (limited to 'navit/debug.h')
-rw-r--r-- | navit/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/debug.h b/navit/debug.h index 49f19566f..4d12ec169 100644 --- a/navit/debug.h +++ b/navit/debug.h @@ -30,7 +30,7 @@ extern "C" { #ifdef _MSC_VER #define __PRETTY_FUNCTION__ __FUNCTION__ -/* Uncomment the following define to enable MSVC's memory debugging support */ +/* Uncomment the following define to enable MSVC's memory debugging support */ /*#define _CRTDBG_MAP_ALLOC*/ #ifdef _CRTDBG_MAP_ALLOC #include <stdlib.h> |