Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
41679e54
...
41679e541574bcf29b311bf9703d9653ab844e0d
authored
2003-02-21 12:58:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(wdays): Two typos! Ouch...
1 parent
3e2bd314
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/date.c
mailbox/date.c
View file @
41679e5
...
...
@@ -103,7 +103,7 @@ static const char *months[] =
static
const
char
*
wdays
[]
=
{
"Sun"
,
"Mon"
,
"T
eu"
,
"Wed"
,
"Thr
"
,
"Fri"
,
"Sat"
,
NULL
"Sun"
,
"Mon"
,
"T
ue"
,
"Wed"
,
"Thu
"
,
"Fri"
,
"Sat"
,
NULL
};
int
...
...
Please
register
or
sign in
to post a comment