Changeset 6533 for trunk/licq

Show
Ignore:
Timestamp:
09/25/08 04:16:43 (2 months ago)
Author:
eugene
Message:

Hush down the warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/history.cpp

    r6462 r6533  
    140140#define SKIP_VALID_LINES \ 
    141141  { \ 
    142     while ((szResult = fgets(sz, MAX_LINE_LEN, f)) != NULL && sz[0] == ':'); \ 
     142    while ((szResult = fgets(sz, MAX_LINE_LEN, f)) != NULL && sz[0] == ':') ; \ 
    143143  } 
    144144