aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_alsa.c
diff options
context:
space:
mode:
authorivan-matveev <[email protected]>2022-08-26 00:23:46 +0300
committerPaul Adenot <[email protected]>2022-09-06 14:38:56 +0200
commit4783607ecc09e9493677a9c4e3db95f78d87409a (patch)
tree10f507541bed2b7cecf4537f02d1fb7e9280f274 /src/cubeb_alsa.c
parentd93c82fdd28c681fd1579944cc1c240d242c4c4b (diff)
downloadcubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.tar.gz
cubeb-4783607ecc09e9493677a9c4e3db95f78d87409a.zip
Remove comments after #endif to fix clang-format errors.
Diffstat (limited to 'src/cubeb_alsa.c')
-rw-r--r--src/cubeb_alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_alsa.c b/src/cubeb_alsa.c
index a5a2f54..46d9a22 100644
--- a/src/cubeb_alsa.c
+++ b/src/cubeb_alsa.c
@@ -961,7 +961,7 @@ alsa_destroy(cubeb * ctx)
if (ctx->libasound) {
dlclose(ctx->libasound);
}
-#endif // DISABLE_LIBASOUND_DLOPEN
+#endif
free(ctx);
}