summaryrefslogtreecommitdiff
path: root/apps/examples/slcd/slcd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/slcd/slcd_main.c')
-rw-r--r--apps/examples/slcd/slcd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/slcd/slcd_main.c b/apps/examples/slcd/slcd_main.c
index be10969d4..70a91950b 100644
--- a/apps/examples/slcd/slcd_main.c
+++ b/apps/examples/slcd/slcd_main.c
@@ -317,7 +317,7 @@ int slcd_main(int argc, char *argv[])
/* Set the brightness to the mid value */
brightness = ((unsigned long)priv->attr.maxbrightness + 1) >> 1;
- printf("Set brightness to %ld\n", brightness);
+ printf("Set brightness to %lu\n", brightness);
ret = ioctl(fd, SLCDIOC_SETBRIGHTNESS, brightness);
if (ret < 0)