Fix glfwinfo not accepting -c option

master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 06a6629eef
commit d3e288cc4d
  1. 2
      tests/glfwinfo.c

@ -412,7 +412,7 @@ int main(int argc, char** argv)
if (!glfwInit())
exit(EXIT_FAILURE);
while ((ch = getopt_long(argc, argv, "a:b:dfhlm:n:p:s:v", options, NULL)) != -1)
while ((ch = getopt_long(argc, argv, "a:b:c:dfhlm:n:p:s:v", options, NULL)) != -1)
{
switch (ch)
{

Loading…
Cancel
Save