summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libasound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasound.c b/libasound.c
index cab65fe..536d764 100644
--- a/libasound.c
+++ b/libasound.c
@@ -24,8 +24,8 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
-const
-char *snd_asoundlib_version(void)
+const char*
+snd_asoundlib_version(void)
{
return "1.1.7";
}