Changeset 6507 for trunk/console

Show
Ignore:
Timestamp:
09/06/08 18:23:56 (3 months ago)
Author:
flynd
Message:

Removed a compiler warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/console/src/console_print.cpp

    r6461 r6507  
    543543  HistoryListIter it = lHistory.begin(); 
    544544  unsigned short n = 0; 
    545   for (n = 0; n < nStart && it != lHistory.end(); n++, it++); 
     545  for (n = 0; n < nStart && it != lHistory.end(); n++, it++) ; 
    546546  while (n <= nEnd && it != lHistory.end()) 
    547547  {