summaryrefslogtreecommitdiff
path: root/libmailbox
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>2000-05-19 07:51:38 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>2000-05-19 07:51:38 +0000
commit60dead5d75e33eb414093ec0af989bf95d21577c (patch)
tree09ea76ce16e5fda9fbf668d7b969584eaaa1c309 /libmailbox
parente429b2b6ef80b1ffd204c797ef065868001a7697 (diff)
downloadmailutils-60dead5d75e33eb414093ec0af989bf95d21577c.tar.gz
mailutils-60dead5d75e33eb414093ec0af989bf95d21577c.tar.bz2
fixed a typo on line 54 of mh.c
Diffstat (limited to 'libmailbox')
-rw-r--r--libmailbox/mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailbox/mh.c b/libmailbox/mh.c
index 90eca4a83..d566dd5f2 100644
--- a/libmailbox/mh.c
+++ b/libmailbox/mh.c
@@ -51,7 +51,7 @@ mh_open (mailbox * mbox)
char *foo = NULL;
if (entry->d_name[0] == '.')
{
- if (strcmp(entry->d_name, ".mh_sequences" == 0))
+ if (strcmp(entry->d_name, ".mh_sequences") == 0)
/* TODO: deal with mh sequence files */;
continue;
}

Return to:

Send suggestions and report system problems to the System administrator.