A semicolon was redundant in binarybuilder (Main.cpp)

Hi, Jules

In:
…\extras\binarybuilder\Source\Main.cpp

line 190:

*header << "};\r\n\r\n" "#endif\r\n";

This statement used to end of the namespace, shouldn’t have “;”.

Ok, thanks. (I think it used to be a class, not a namespace). Not likely to break any code, but I’ll fix it next time I’m passing…

heh, I always put one at the end of a namespace block, just in case. I guess that qualifies as superstition.