Changeset 1576

Show
Ignore:
Timestamp:
02/09/07 14:00:25
Author:
pvanhoof
Message:

Cmpilation fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/camel-tcp-stream-openssl.c

    r1575 r1576  
    310310                         
    311311                        if (res == -1) 
    312                                
    313                         else if (res == 0) 
    314                                 errno = ETIMEDOUT; 
    315                         else { 
     312                               
     313                       else if (res == 0) 
     314                               errno = ETIMEDOUT; 
     315                       else { 
    316316 
    317317                          do {