Oops, that's a null pointer not a nul character.

This commit is contained in:
Jeroen Vermeulen 2015-05-18 13:52:09 +07:00
parent 5aa70c6cdd
commit b085ca542d

View File

@ -28,7 +28,7 @@ enum Alignment {
TGTTOSRC,
};
const Enum_T END_ENUM = {'\0', 0};
const Enum_T END_ENUM = {0, 0};
namespace
{