From: Laurent Aimar Date: Mon, 6 Jul 2009 21:32:12 +0000 (+0200) Subject: Cosmetic. X-Git-Tag: 1.1.0-ff~5105 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c1fd947c0f2335110a265d62cb25766bad5fb9a4;p=vlc Cosmetic. --- diff --git a/include/vlc_vlm.h b/include/vlc_vlm.h index e0c3aa5c7f..0ef32ffe20 100644 --- a/include/vlc_vlm.h +++ b/include/vlc_vlm.h @@ -111,7 +111,7 @@ typedef struct int64_t id; /* Media ID */ const char *psz_name; /* Media name */ const char *psz_instance_name; /* Instance name or NULL */ - input_state_e input_state; /* input instance event type */ + input_state_e input_state; /* Input instance event type */ } vlm_event_t; /** VLM control query */