Skip to content

Commit

Permalink
Oops, that's a null pointer not a nul character.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Vermeulen committed May 18, 2015
1 parent 5aa70c6 commit b085ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symal/symal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enum Alignment {
TGTTOSRC,
};

const Enum_T END_ENUM = {'\0', 0};
const Enum_T END_ENUM = {0, 0};

namespace
{
Expand Down

0 comments on commit b085ca5

Please sign in to comment.