mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix doxygen warning about list end marker
This commit is contained in:
parent
1079c95b9d
commit
d083619988
@ -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. */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user