redundant return to appease the compiler. all hail mighty compiler
This commit is contained in:
parent
6204419407
commit
0bebd05e0e
2
main.c
2
main.c
|
@ -36,6 +36,8 @@ char* get_shorthand(unsigned long long int size) {
|
||||||
snprintf(buffer, 12, "%.2f KiB", (float) size / KiB);
|
snprintf(buffer, 12, "%.2f KiB", (float) size / KiB);
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned long long int adjust_by_denomination(unsigned long long int size, char denomination) {
|
unsigned long long int adjust_by_denomination(unsigned long long int size, char denomination) {
|
||||||
|
|
Loading…
Reference in a new issue