Correct small typo in a do{}while(0) define

Approved by:	kib
MFC after:	2 weeks
This commit is contained in:
marck 2011-07-17 17:12:17 +00:00
parent 6b604ac838
commit 2f33209e13

View File

@ -58,7 +58,7 @@ struct timespec32 {
#define TS_CP(src,dst,fld) do { \
CP((src).fld,(dst).fld,tv_sec); \
CP((src).fld,(dst).fld,tv_nsec); \
} while (0);
} while (0)
struct rusage32 {
struct timeval32 ru_utime;