summaryrefslogtreecommitdiffstats
path: root/libvo/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_null.c')
-rw-r--r--libvo/vo_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_null.c b/libvo/vo_null.c
index a59b69a124..9bcd4a2c24 100644
--- a/libvo/vo_null.c
+++ b/libvo/vo_null.c
@@ -30,7 +30,7 @@
#include "video_out.h"
#include "video_out_internal.h"
-static const vo_info_t info =
+static const vo_info_t info =
{
"Null video output",
"null",
@@ -90,7 +90,7 @@ static void check_events(void)
static int preinit(const char *arg)
{
- if(arg)
+ if(arg)
{
mp_tmsg(MSGT_VO,MSGL_WARN, "[VO_NULL] Unknown subdevice: %s.\n",arg);
return ENOSYS;