summaryrefslogtreecommitdiffstats
path: root/osdep/shmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/shmem.c')
-rw-r--r--osdep/shmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/shmem.c b/osdep/shmem.c
index 24e3310ccb..378512b38b 100644
--- a/osdep/shmem.c
+++ b/osdep/shmem.c
@@ -82,7 +82,7 @@ while(1){
return p;
#else
mp_msg(MSGT_OSDEP, MSGL_FATAL, "shmem: no SHM support was compiled in!\n");
- return(NULL);
+ return NULL;
#endif
}
default: