mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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()
|
void config_free()
|
||||||
{
|
{
|
||||||
option_free()
|
option_free();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void doLicense()
|
static void doLicense()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user