1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00

Fix typo and add empty update_diskis() (will be implemented a bit later) to

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
This commit is contained in:
Roman Bogorodskiy 2005-08-26 09:54:57 +00:00
parent 794439ae3f
commit 2e94decbf1

View File

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