Fix warning: comma at end of enumerator list

This commit is contained in:
Ben Noordhuis 2011-11-10 11:37:08 +01:00
parent 6d5ba42436
commit 4889644301

View File

@ -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