diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-05-11 13:21:23 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-05-11 13:21:23 +0200 |
commit | 88aa42e247cd76aeb53dac8f3df90c45de80a6fb (patch) | |
tree | 56611b51f3861a4dde43bc1553afa4e59f8be771 | |
parent | ff4bcbba4965b386a5d9498dbb2dfbd06809dd62 (diff) | |
download | fetchmail-88aa42e247cd76aeb53dac8f3df90c45de80a6fb.tar.gz fetchmail-88aa42e247cd76aeb53dac8f3df90c45de80a6fb.tar.bz2 fetchmail-88aa42e247cd76aeb53dac8f3df90c45de80a6fb.zip |
Remove comment that confuses splint.
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index d759d391..466ed86b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -215,7 +215,7 @@ UID_SEEN= 1, /**< id was seen, but not deleted */ UID_DELETED= 2, /**< this message has been marked deleted */ UID_EXPUNGED= 3 /**< this message has been expunged */ }; -/*@}*/ +/**/ struct query; |