mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] added missing semi-colon (not sure how that happened)
This commit is contained in:
parent
77f942711a
commit
67595d6deb
@ -388,7 +388,7 @@ bool config_load(int argc, char * argv[])
|
||||
|
||||
void config_free()
|
||||
{
|
||||
option_free()
|
||||
option_free();
|
||||
}
|
||||
|
||||
static void doLicense()
|
||||
|
Loading…
Reference in New Issue
Block a user