diff options
author | June McEnroe <programble@gmail.com> | 2018-02-01 16:46:42 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-01 16:46:42 -0500 |
commit | 59d3fba741dfcf7510593bc4a3c44f3a00d6413c (patch) | |
tree | 2e382d86262a197867b57a09e4f345dd117ca93f /bin/bri.c | |
parent | Add license notice to gfxx (diff) | |
download | src-59d3fba741dfcf7510593bc4a3c44f3a00d6413c.tar.gz src-59d3fba741dfcf7510593bc4a3c44f3a00d6413c.zip |
Add bin/README
Diffstat (limited to '')
-rw-r--r-- | bin/bri.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/bri.c b/bin/bri.c index ce15cac7..edf1aeee 100644 --- a/bin/bri.c +++ b/bin/bri.c @@ -14,8 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// Backlight brightness control. - #include <dirent.h> #include <err.h> #include <errno.h> |