Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows: remove stray semicolons from internal.h
  • Loading branch information
piscisaureus committed May 15, 2012
1 parent 6e65c79 commit 60b5c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/win/internal.h
Expand Up @@ -123,13 +123,13 @@ void uv_process_endgames(uv_loop_t* loop);
do { \
INCREASE_ACTIVE_COUNT((loop), (handle)); \
uv__req_register((loop), (req)); \
} while (0);
} while (0)

#define UNREGISTER_HANDLE_REQ(loop, handle, req) \
do { \
DECREASE_ACTIVE_COUNT((loop), (handle)); \
uv__req_unregister((loop), (req)); \
} while (0);
} while (0)


/*
Expand Down

0 comments on commit 60b5c73

Please sign in to comment.