Fix a bad error message in an EGL test.

macos/v1.5.9
Eric Anholt 11 years ago
parent eb7a99d1bd
commit 9998c39e8d
  1. 2
      test/egl_has_extension_nocontext.c

@ -59,7 +59,7 @@ main(int argc, char **argv)
}
if (!epoxy_has_egl_extension(dpy, an_extension))
errx(1, "Implementation reported absence of GLX_ARB_get_proc_address");
errx(1, "Implementation reported absence of %s", an_extension);
free(an_extension);

Loading…
Cancel
Save