summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil Nimmagadda <sunil@nimmagadda.net>2014-08-28 15:46:14 +0500
committerSunil Nimmagadda <sunil@nimmagadda.net>2014-08-28 15:46:14 +0500
commit2bad8d69c0e76dcbeb0fccef0592822a40b17891 (patch)
tree3662552e176b1959c626aae363bd997867abf63b
parent97a44517495ea19c5052c0cbb4c845fe1172ef9b (diff)
Shorten.
-rw-r--r--pop3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d.h b/pop3d.h
index 09a07f6..8032fdf 100644
--- a/pop3d.h
+++ b/pop3d.h
@@ -66,7 +66,7 @@ struct mdrop {
} e;
size_t nmsgs;
size_t sz;
- struct msg **msgs_index; /* random access to msgs */
+ struct msg **msgs_index; /* random access msgs */
int fd;
};