[c-host] dxgi: initialize option to NULL for consistancy

This commit is contained in:
Geoffrey McRae 2019-05-09 22:51:12 +10:00
parent 83f63f4c42
commit 558ae5dc45
3 changed files with 3 additions and 2 deletions

View file

@ -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