Removed duplicate word from events test output.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 0597e388c9
commit e31042c0dc
  1. 4
      tests/events.c

@ -180,9 +180,9 @@ static const char* get_action_name(int action)
switch (action)
{
case GLFW_PRESS:
return "was pressed";
return "pressed";
case GLFW_RELEASE:
return "was released";
return "released";
}
return "caused unknown action";

Loading…
Cancel
Save