Changeset 714

Show
Ignore:
Timestamp:
29/11/09 10:39:43 (8 months ago)
Author:
tapted
Message:

Include guard was in the wrong place

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sockprintf/trunk/udpprintf.h

    r117 r714  
    3030int udpprintf(const char *host, int port, const char *fmt, ... /*args */); 
    3131 
    32 #endif 
    33  
    3432#ifdef __cplusplus 
    3533} 
    3634#endif 
     35 
     36#endif