mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +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:
parent
794439ae3f
commit
2e94decbf1
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user