2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00

Fixed missing semicolon

This commit is contained in:
Austen Adler 2014-10-09 17:22:10 -04:00
parent d69dc71e81
commit 5be262137c

View File

@ -695,5 +695,5 @@ public:
} }
} }
//}}} //}}}
} };
START_ROBOT_CLASS(RobotDemo); START_ROBOT_CLASS(RobotDemo);