diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:48 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:48 -0500 |
commit | 7c47b5b9584f5011aeba18d7e1b26b3d3124825f (patch) | |
tree | 11b07e1c73a22a6ec5ebd710c9a72e972a4c571b /arch/linux/common/alsa.h | |
parent | 4979bb6cbbbe39eb44c32530cd13f86bf44e5d77 (diff) |
Import Upstream version 0.5.1
Diffstat (limited to 'arch/linux/common/alsa.h')
-rw-r--r-- | arch/linux/common/alsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/linux/common/alsa.h b/arch/linux/common/alsa.h index 5609471c..ddd58edd 100644 --- a/arch/linux/common/alsa.h +++ b/arch/linux/common/alsa.h @@ -60,7 +60,7 @@ computer_get_alsainfo(void) ai->cards = g_slist_append(ai->cards, ac); g_strfreev(tmp); - fgets(buffer, 128, cards); /* skip next line */ + (void)fgets(buffer, 128, cards); /* skip next line */ } fclose(cards); |