Skip to content

Commit b085ca5

Browse files
author
Jeroen Vermeulen
committed
Oops, that's a null pointer not a nul character.
1 parent 5aa70c6 commit b085ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symal/symal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum Alignment {
2828
TGTTOSRC,
2929
};
3030

31-
const Enum_T END_ENUM = {'\0', 0};
31+
const Enum_T END_ENUM = {0, 0};
3232

3333
namespace
3434
{

0 commit comments

Comments
 (0)