diff options
Diffstat (limited to 'examples/alffplay.c')
-rw-r--r-- | examples/alffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.c b/examples/alffplay.c index 762582c4..04df6a83 100644 --- a/examples/alffplay.c +++ b/examples/alffplay.c @@ -1336,7 +1336,7 @@ int main(int argc, char *argv[]) return 1; } - if(!alIsExtensionPresent("AL_SOFTX_source_length")) /* FIXME */ + if(!alIsExtensionPresent("AL_SOFT_source_length")) { fprintf(stderr, "Required AL_SOFT_source_length not supported - exiting\n"); return 1; |