diff options
Diffstat (limited to 'libhb/decutf8sub.c')
-rw-r--r-- | libhb/decutf8sub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/decutf8sub.c b/libhb/decutf8sub.c index c3336d1ab..2d1f8566d 100644 --- a/libhb/decutf8sub.c +++ b/libhb/decutf8sub.c @@ -9,10 +9,10 @@ /* * Decoder for UTF-8 subtitles obtained from file input-sources. - * + * * Input and output packet format is UTF-8 encoded text, * with limited HTML-style markup (only <b>, <i>, and <u>). - * + * * @author David Foster (davidfstr) */ |