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
Fix warning: comma at end of enumerator list
  • Loading branch information
bnoordhuis committed Nov 10, 2011
1 parent 6d5ba42 commit 4889644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uv.h
Expand Up @@ -122,6 +122,7 @@ typedef intptr_t ssize_t;
#define UV_ERRNO_GEN(val, name, s) UV_##name = val,
typedef enum {
UV_ERRNO_MAP(UV_ERRNO_GEN)
UV_MAX_ERRORS
} uv_err_code;
#undef UV_ERRNO_GEN

Expand Down

0 comments on commit 4889644

Please sign in to comment.