Skip to content

Commit

Permalink
Fix unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Apr 18, 2021
1 parent 50cd377 commit 51371e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ puglViewHintString(const PuglViewHint hint)
case PUGL_REFRESH_RATE:
return "Refresh rate";
case PUGL_NUM_VIEW_HINTS:
return "Unknown";
break;
}

return "Unknown";
Expand Down

0 comments on commit 51371e2

Please sign in to comment.