[vlc-commits] Cosmetics
Felix Paul Kühne
git at videolan.org
Tue Nov 24 16:34:34 CET 2015
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Nov 24 16:28:48 2015 +0100| [6225d2fd7dea2ebe70809e9adfec9333f9d9c710] | committer: Felix Paul Kühne
Cosmetics
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6225d2fd7dea2ebe70809e9adfec9333f9d9c710
---
include/vlc_input.h | 2 +-
src/text/strings.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/vlc_input.h b/include/vlc_input.h
index 096d73f..eb57186 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -347,7 +347,7 @@ typedef enum input_event_type_e
INPUT_EVENT_LENGTH,
/* A title has been added or removed or selected.
- * It imply that chapter has changed (not chapter event is sent) */
+ * It implies that the chapter has changed (no chapter event is sent) */
INPUT_EVENT_TITLE,
/* A chapter has been added or removed or selected. */
INPUT_EVENT_CHAPTER,
diff --git a/src/text/strings.c b/src/text/strings.c
index 433a0eb..1f40df9 100644
--- a/src/text/strings.c
+++ b/src/text/strings.c
@@ -215,7 +215,7 @@ void resolve_xml_special_chars( char *psz_value )
{
psz_value = psz_end + 1;
if( cp == 0 )
- (void)0; /* skip nuls */
+ (void)0; /* skip nulls */
else
if( cp <= 0x7F )
{
@@ -287,7 +287,7 @@ void resolve_xml_special_chars( char *psz_value )
/**
* XML-encode an UTF-8 string
- * \param str nul-terminated UTF-8 byte sequence to XML-encode
+ * \param str null-terminated UTF-8 byte sequence to XML-encode
* \return XML encoded string or NULL on error
* (errno is set to ENOMEM or EILSEQ as appropriate)
*/
More information about the vlc-commits
mailing list