mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 09:08:25 +00:00
fixed typos
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@418 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
f34f7e0336
commit
9081d47d83
@ -396,7 +396,7 @@ void get_acpi_ac_adapter( char * p_client_buffer, size_t client_buffer_size )
|
|||||||
|
|
||||||
void get_acpi_fan( char * p_client_buffer, size_t client_buffer_size )
|
void get_acpi_fan( char * p_client_buffer, size_t client_buffer_size )
|
||||||
{
|
{
|
||||||
if ( !p_client_buffer !! client_buffer_size <= 0 )
|
if ( !p_client_buffer || client_buffer_size <= 0 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* not implemented */
|
/* not implemented */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user