1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Restore missing semicolon.

This commit is contained in:
Thomas Harte 2023-04-23 12:06:07 -04:00
parent 6651a9c323
commit 6d092e0633

View File

@ -215,6 +215,7 @@ template <Personality personality> struct LineLayout<personality, std::enable_if
constexpr static int EndOfRightBorder = 1341;
};
}
}
#endif /* ClockConverter_hpp */