1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

Fix doxygen warning about list end marker

This commit is contained in:
Jonas Fonseca 2007-08-08 14:24:55 +02:00
parent 1079c95b9d
commit d083619988

View File

@ -59,7 +59,7 @@ enum bittorrent_state {
BITTORRENT_STATE_REQUEST_FAILURE, /**< Failure from tracker. */
BITTORRENT_STATE_OUT_OF_MEM, /**< Allocation failure. */
BITTORRENT_STATE_CACHE_FAILURE, /**< Cache data access failed. */
BITTORRENT_STATE_CACHE_RESUME, /**< Resume state from disk.. */
BITTORRENT_STATE_CACHE_RESUME, /**< Resume state from disk. */
BITTORRENT_STATE_FILE_MISSING, /**< File does not exist. */
};