Commit b5643690 authored by Sébastien Escudier's avatar Sébastien Escudier Committed by Pierre d'Herbemont

Fix typo in input_item header

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent b961e412
...@@ -64,7 +64,7 @@ struct input_item_t ...@@ -64,7 +64,7 @@ struct input_item_t
uint8_t *optflagv; /**< Some flags of input options */ uint8_t *optflagv; /**< Some flags of input options */
unsigned optflagc; unsigned optflagc;
mtime_t i_duration; /**< Duration in milliseconds*/ mtime_t i_duration; /**< Duration in microseconds */
uint8_t i_type; /**< Type (file, disc, ... see input_item_type_e) */ uint8_t i_type; /**< Type (file, disc, ... see input_item_type_e) */
bool b_prefers_tree; /**< Do we prefer being displayed as tree*/ bool b_prefers_tree; /**< Do we prefer being displayed as tree*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment