summaryrefslogtreecommitdiffstats
path: root/vidix/unichrome_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/unichrome_vid.c')
-rw-r--r--vidix/unichrome_vid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/unichrome_vid.c b/vidix/unichrome_vid.c
index e146e91702..15b86fc662 100644
--- a/vidix/unichrome_vid.c
+++ b/vidix/unichrome_vid.c
@@ -651,7 +651,7 @@ static int
unichrome_get_gkey (vidix_grkey_t * grkey)
{
memcpy (grkey, &uc_grkey, sizeof (vidix_grkey_t));
- return (0);
+ return 0;
}
/**
@@ -687,7 +687,7 @@ unichrome_set_gkey (const vidix_grkey_t * grkey)
/* Execute the changes */
VIDEO_OUT (vio, V_COMPOSE_MODE, dwCompose | V1_COMMAND_FIRE);
- return (0);
+ return 0;
}
/**