diff options
Diffstat (limited to 'src/blueshift_vidmode_c.c')
-rw-r--r-- | src/blueshift_vidmode_c.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/blueshift_vidmode_c.c b/src/blueshift_vidmode_c.c index b53a23d..8b9994d 100644 --- a/src/blueshift_vidmode_c.c +++ b/src/blueshift_vidmode_c.c @@ -120,7 +120,8 @@ int blueshift_vidmode_open(int use_screen) * @param use_crtc The CRTC to use * @return {the size of the red curve, *the red curve, * the size of the green curve, *the green curve, - * the size of the blue curve, *the blue curve}, needs to be free:d + * the size of the blue curve, *the blue curve}, + * needs to be free:d. `NULL` on error. */ uint16_t* blueshift_vidmode_read(int use_crtc) { |