增加宏命令分号
parent
c8d3f62cd5
commit
66bed73702
|
@ -49,7 +49,7 @@ inline char* get_cur_time() {
|
|||
return s;
|
||||
}
|
||||
|
||||
#define PRINT(fmt, ...) printf("%s " fmt, get_cur_time(), ##__VA_ARGS__)
|
||||
#define PRINT(fmt, ...) printf("%s " fmt, get_cur_time(), ##__VA_ARGS__);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue