add return 0;
This commit is contained in:
parent
091cf55630
commit
9457917ae4
1 changed files with 2 additions and 0 deletions
2
light.c
2
light.c
|
@ -61,6 +61,8 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%i/%i (%i%%)\n", new_brightness, max_brightness, new_brightness * 100 / max_brightness);
|
printf("%i/%i (%i%%)\n", new_brightness, max_brightness, new_brightness * 100 / max_brightness);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int normalize(int brightness)
|
int normalize(int brightness)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue