Remove unneeded/wrong braces

This commit is contained in:
Stefan `Sec` Zehl 2011-08-03 18:51:58 +02:00
parent ad0c993136
commit 04e0577b55
1 changed files with 1 additions and 3 deletions

View File

@ -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;