Remove unneeded/wrong braces
This commit is contained in:
parent
ad0c993136
commit
04e0577b55
|
@ -4,9 +4,7 @@
|
|||
|
||||
time_t _timet=0;
|
||||
|
||||
char _ytab[12] = {
|
||||
{ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
|
||||
};
|
||||
char _ytab[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
|
||||
struct tm * mygmtime(register const time_t time) {
|
||||
static struct tm br_time;
|
||||
|
|
Loading…
Reference in New Issue