diff --git a/src/debug.c b/src/debug.c index 96857a3..59b8301 100644 --- a/src/debug.c +++ b/src/debug.c @@ -186,7 +186,7 @@ void tig_debug_init_backends() void tig_debug_init_backends_from_registry() { #ifdef _WIN32 - LSTATUS rc; + LONG rc; HKEY key; DWORD type; DWORD data;