1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +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:
Philip Kovacs 2005-11-17 04:30:26 +00:00
parent f34f7e0336
commit 9081d47d83

View File

@ -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 */