Fix typo and add empty update_diskis() (will be implemented a bit later) to
authorRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Fri, 26 Aug 2005 09:54:57 +0000 (09:54 +0000)
committerRoman Bogorodskiy <mirrorbox@users.sourceforge.net>
Fri, 26 Aug 2005 09:54:57 +0000 (09:54 +0000)
fix build on FreeBSD after recent changes.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@193 7f574dfc-610e-0410-a909-a81674777703

src/freebsd.c

index 599ba46..4320796 100644 (file)
@@ -424,7 +424,7 @@ char *get_adt746x_fan()
 float get_freq_dynamic()
 {
     /* TODO: implement */
-    reeturn get_freq();
+    return get_freq();
 }
 
 float get_freq()
@@ -453,8 +453,16 @@ float get_freq()
 
 void update_top()
 {
+       /* XXX */
 }
 
 void update_wifi_stats()
 {
+       /* XXX */
 }
+
+void update_diskio()
+{
+       /* XXX */
+}
+