diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2014-08-28 15:46:14 +0500 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2014-08-28 15:46:14 +0500 |
commit | 2bad8d69c0e76dcbeb0fccef0592822a40b17891 (patch) | |
tree | 3662552e176b1959c626aae363bd997867abf63b | |
parent | 97a44517495ea19c5052c0cbb4c845fe1172ef9b (diff) |
Shorten.
-rw-r--r-- | pop3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |