X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fnvidia.h;h=cf7f0746614c277a85fb66ea0f86ac92a9dceaf9;hp=b5b8e3149d9809a8081c7a3cee646c1d077e13db;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=659f262cdd368f4ede66fe983e2393afa5292d75 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