Browse Source

Fixed month_table[] name of Dec.

Author: Mark Walters <mwalters1024@gmail.com>
pull/26/head
Philipp Tölke 5 years ago
parent
commit
cf3deefda3
  1. 2
      ftpd.c

2
ftpd.c

@ -187,7 +187,7 @@ static const char *month_table[12] = {
"Sep",
"Oct",
"Nov",
"Dez"
"Dec"
};
/*

Loading…
Cancel
Save