code-style: define fieldmap in the same order as the enum declaration

This commit is contained in:
Hiltjo Posthuma 2021-11-23 11:19:33 +01:00
parent 50fbf152ed
commit 4d565772a6
1 changed files with 1 additions and 1 deletions

View File

@ -180,8 +180,8 @@ static int fieldmap[TagLast] = {
[RSSTagDescription] = FeedFieldContent,
[RSSTagContentEncoded] = FeedFieldContent,
[RSSTagGuid] = -1,
[RSSTagGuidPermalinkTrue] = FeedFieldId, /* special-case: both a link and an id */
[RSSTagGuidPermalinkFalse] = FeedFieldId,
[RSSTagGuidPermalinkTrue] = FeedFieldId, /* special-case: both a link and an id */
[RSSTagLink] = FeedFieldLink,
[RSSTagEnclosure] = FeedFieldEnclosure,
[RSSTagAuthor] = FeedFieldAuthor,