diff --git a/src/win/loop-watcher.c b/src/win/loop-watcher.c index 15bfae36..c597cd99 100644 --- a/src/win/loop-watcher.c +++ b/src/win/loop-watcher.c @@ -49,7 +49,7 @@ void uv_loop_watcher_endgame(uv_loop_t* loop, uv_handle_t* handle) { uv_ref(loop); \ \ loop->counters.handle_init++; \ - loop->counters.##name##_init++; \ + loop->counters.name##_init++; \ \ return 0; \ } \