Commit d97a59a4 authored by Magnus Hagander's avatar Magnus Hagander

Remove extra comma at end of enum list

C99-specific feature, and wasn't intentional in the first place.

Per buildfarm member mylodon
parent 56c7d8d4
...@@ -16,7 +16,7 @@ typedef enum ...@@ -16,7 +16,7 @@ typedef enum
{ {
CLOSE_NORMAL, CLOSE_NORMAL,
CLOSE_UNLINK, CLOSE_UNLINK,
CLOSE_NO_RENAME, CLOSE_NO_RENAME
} WalCloseMethod; } WalCloseMethod;
typedef struct WalWriteMethod WalWriteMethod; typedef struct WalWriteMethod WalWriteMethod;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment