ANSI decl
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 09:29:21 +0000 (11:29 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Sep 2014 09:29:21 +0000 (11:29 +0200)
src/lib/hdd_hddtemp.c

index 39c00c6..68797e1 100644 (file)
@@ -48,7 +48,7 @@ struct hdd_info {
        int temp;
 };
 
-static char *fetch()
+static char *fetch(void)
 {
        int sockfd, output_length;
        ssize_t n = 1;