mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] added missing semi-colon (not sure how that happened)
This commit is contained in:
@@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[])
|
||||
|
||||
void config_free()
|
||||
{
|
||||
option_free()
|
||||
option_free();
|
||||
}
|
||||
|
||||
static void doLicense()
|
||||
|
Reference in New Issue
Block a user