mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[c-host] dxgi: initialize option to NULL for consistancy
This commit is contained in:
@@ -123,7 +123,7 @@ static void dxgi_initOptions()
|
||||
.description = "The name of the adapter's output to capture",
|
||||
.value = {
|
||||
.type = OPTION_TYPE_STRING,
|
||||
.v.x_string = 0
|
||||
.v.x_string = NULL
|
||||
},
|
||||
.validator = NULL,
|
||||
.printHelp = NULL
|
||||
|
Reference in New Issue
Block a user