[client] added missing semi-colon (not sure how that happened)

This commit is contained in:
Geoffrey McRae 2019-05-21 15:51:45 +10:00
parent 77f942711a
commit 67595d6deb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
a12-201-ge3c98ddc35+1
a12-202-g77f942711a+1

View File

@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[])
void config_free()
{
option_free()
option_free();
}
static void doLicense()