From c646ee6fa1769b7add3aa563bfa34b8b6b7631a5 Mon Sep 17 00:00:00 2001 From: niels Date: Fri, 31 Jul 2015 12:44:44 +0200 Subject: [PATCH] regression --- veejay-current/veejay-server/livido-plugins/lvd_shmin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veejay-current/veejay-server/livido-plugins/lvd_shmin.c b/veejay-current/veejay-server/livido-plugins/lvd_shmin.c index 95fae341..88003641 100644 --- a/veejay-current/veejay-server/livido-plugins/lvd_shmin.c +++ b/veejay-current/veejay-server/livido-plugins/lvd_shmin.c @@ -89,7 +89,7 @@ livido_init_f init_instance( livido_port_t *my_instance ) int fd = open( path, O_RDWR ); if(fd <= 0) { printf("no env var VEEJAY_SHMID set and no file '%s' found!\n",path ); - return LIVIDO_ERROR_ENVIRONMENT + return LIVIDO_ERROR_ENVIRONMENT; } char buf[256]; livido_memset(buf,0,sizeof(buf));