Fixed restoration of the panel divider position.
[psensor.git] / src / lib / nvidia.h
index b5b8e31..cf7f074 100644 (file)
@@ -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