aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common')
-rw-r--r--examples/common/alhelpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common/alhelpers.c b/examples/common/alhelpers.c
index 84d6dad3..4582321c 100644
--- a/examples/common/alhelpers.c
+++ b/examples/common/alhelpers.c
@@ -62,6 +62,7 @@ int InitAL(void)
return 1;
}
+ printf("Opened \"%s\"\n", alcGetString(device, ALC_DEVICE_SPECIFIER));
return 0;
}