Some syntax adjustments to eqtime.cpp [skip ci]

This commit is contained in:
Akkadius 2015-05-25 23:57:48 -05:00
parent b6091c1960
commit 5c194c7087

View File

@ -270,4 +270,3 @@ void EQTime::ToString(TimeOfDay_Struct *t, std::string &str) {
buf[127] = '\0'; buf[127] = '\0';
str = buf; str = buf;
} }