Skip to content

Commit

Permalink
Fix a doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 authored and exjam committed Sep 21, 2020
1 parent 3422c79 commit 59b83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nn/pdm/pdm_cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct WUT_PACKED PlayDiary
uint32_t playtime;
//! Date in days since 01/01/2000
uint16_t date;
//! flags \link PlayDiaryFlags \endif
//! flags \link PlayDiaryFlags \endlink
PlayDiaryFlags flags;
};
WUT_CHECK_OFFSET(PlayDiary, 0x00, title_id);
Expand Down

0 comments on commit 59b83da

Please sign in to comment.