mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-09-03 13:50:57 +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()
|
void config_free()
|
||||||
{
|
{
|
||||||
option_free()
|
option_free();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void doLicense()
|
static void doLicense()
|
||||||
|
Reference in New Issue
Block a user