From d0836199889813216e31ea0c115ec713999d6b76 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 8 Aug 2007 14:24:55 +0200 Subject: [PATCH] Fix doxygen warning about list end marker --- src/protocol/bittorrent/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/bittorrent/common.h b/src/protocol/bittorrent/common.h index 70d6df64..5206bebf 100644 --- a/src/protocol/bittorrent/common.h +++ b/src/protocol/bittorrent/common.h @@ -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. */ };