commit | b71302e1db3422adc179761814a6bad107bb0454 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 12:28:35 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 10 14:11:44 2012 -0400 |
tree | d646bcb1717d2cdf447edca8cd319de05a893179 | |
parent | c4621b07f6106c0c360ec5567387beb355e615ac [diff] [blame] |
Fix a few -pedantic warnings We're not enabling -pedantic by default, but a quick test brought up a few issues that we should fix.
diff --git a/src/libbacklight.h b/src/libbacklight.h index cea34c2..0c32671 100644 --- a/src/libbacklight.h +++ b/src/libbacklight.h
@@ -10,7 +10,7 @@ enum backlight_type { BACKLIGHT_RAW, BACKLIGHT_PLATFORM, - BACKLIGHT_FIRMWARE, + BACKLIGHT_FIRMWARE }; struct backlight {