diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
commit | d83cf3635d9397f1dd092608276c7072ed39dd91 (patch) | |
tree | 4a8d186a6b13163e207873f09f67e494b728d381 /src/gfx/tv_fs450.h | |
parent | e8b23199e5d87551d4ba5e6156ec008ed19cb0d9 (diff) | |
parent | 27ea30c38994b689d6e27e8fac8c63d69179f9b5 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/gfx/tv_fs450.h')
-rw-r--r-- | src/gfx/tv_fs450.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx/tv_fs450.h b/src/gfx/tv_fs450.h index 4da7a21..1d01cff 100644 --- a/src/gfx/tv_fs450.h +++ b/src/gfx/tv_fs450.h @@ -131,7 +131,7 @@ extern "C" { /* brightness is a percentage, 0 to 100 */ int FS450_get_contrast(int *p_contrast); - int FS450_set_contrast(int constrast); + int FS450_set_contrast(int contrast); /* contrast is a percentage, 0 to 100 */ /*==========================================================================*/ |