Skip to content

Commit

Permalink
Fixed compile error in older gcc's for trailing comma in enum.
Browse files Browse the repository at this point in the history
Change-Id: I60f6da32fb2a30557fcf842624f68ca184f65e1f
Tested: on Linux.
  • Loading branch information
Wouter van Oortmerssen committed Jul 22, 2015
1 parent 62af533 commit 12ca3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flathash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
enum OutputFormat {
kDecimal,
kHexadecimal,
kHexadecimal0x,
kHexadecimal0x
};

int main(int argc, char* argv[]) {
Expand Down

0 comments on commit 12ca3e0

Please sign in to comment.