remove an extra g

This commit is contained in:
Stephen Birarda 2013-09-09 10:10:16 -07:00
parent 64e3c19a8c
commit d1c602df07

View file

@ -86,7 +86,7 @@ int main(int argc, const char* argv[]) {
timeval lastStatSendTime = {};
const char ASSIGNMENT_POOL_OPTION[] = "-p";
const char ASSIGNMENT_SERVER_OPTION[]g = "-a";
const char ASSIGNMENT_SERVER_OPTION[] = "-a";
// set our assignment pool from argv, if it exists
const char* assignmentPool = getCmdOption(argc, argv, ASSIGNMENT_POOL_OPTION);