Fix printout of missing versions/extensions.

Not sure how I misplaced the \n in the previous fix.
macos/v1.5.9
Eric Anholt 11 years ago
parent 8f42fd3fe4
commit c24afd8a9e
  1. 2
      src/dispatch_common.c

@ -469,7 +469,7 @@ epoxy_print_failure_reasons(const char *name,
"Requires one of:\n", name);
for (i = 0; providers[i] != 0; i++)
fprintf(stderr, " %s",
fprintf(stderr, " %s\n",
provider_names[providers[i]]);
if (providers[0] == 0) {

Loading…
Cancel
Save