Correct program name printed by tearing test

The tearing test incorrectly calls itself "iconify" when printing usage
information, probably just a copy-paste error.

Closes #774.
master
A. Tombs ago%!(EXTRA string=9 years) committed by Camilla Berglund
parent f6ec835599
commit 407385dc72
  1. 2
      tests/tearing.c

@ -43,7 +43,7 @@ static double frame_rate;
static void usage(void)
{
printf("Usage: iconify [-h] [-f]\n");
printf("Usage: tearing [-h] [-f]\n");
printf("Options:\n");
printf(" -f create full screen window\n");
printf(" -h show this help\n");

Loading…
Cancel
Save