From: Carl Worth Date: Mon, 19 Oct 2009 20:07:58 +0000 (-0700) Subject: date.c: Keep the comments clean. X-Git-Tag: 0.1~836 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9f3649370cefe3d4a28b0df7cb3fea32ded9251a date.c: Keep the comments clean. Never know when the children might be reading over my shoulder, for example. :-) --- diff --git a/date.c b/date.c index 0f217e44..f169d616 100644 --- a/date.c +++ b/date.c @@ -75,7 +75,7 @@ static unsigned char gmime_datetok_table[256] = { 111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111, }; -/* hrm, is there a library for this shit? */ +/* hrm, is there a library for this stuff? */ static struct { char *name; int offset;