X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fnvidia.h;h=cf7f0746614c277a85fb66ea0f86ac92a9dceaf9;hb=4270c903e8007017b80c6c817dd41cf699f00df1;hp=b5b8e3149d9809a8081c7a3cee646c1d077e13db;hpb=659f262cdd368f4ede66fe983e2393afa5292d75;p=psensor.git diff --git a/src/lib/nvidia.h b/src/lib/nvidia.h index b5b8e31..cf7f074 100644 --- a/src/lib/nvidia.h +++ b/src/lib/nvidia.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -36,7 +36,7 @@ void nvidia_cleanup(void); static inline bool nvidia_is_supported(void) { return false; } static inline void nvidia_psensor_list_update(struct psensor **s) {} -static inline void nvidia_psensor_list_append(struct psensor ***, int) {} +static inline void nvidia_psensor_list_append(struct psensor ***s, int n) {} static inline void nvidia_cleanup(void) {} #endif