mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-26 16:48:28 +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 )
|
||||
{
|
||||
if ( !p_client_buffer !! client_buffer_size <= 0 )
|
||||
if ( !p_client_buffer || client_buffer_size <= 0 )
|
||||
return;
|
||||
|
||||
/* not implemented */
|
||||
|
Loading…
x
Reference in New Issue
Block a user