mirror of
https://github.com/google/pebble.git
synced 2025-05-28 14:03:12 +00:00
spelling: function
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3c336ea7f5
commit
11d05ba281
5 changed files with 11 additions and 11 deletions
|
@ -98,7 +98,7 @@ static char get_terminal_color(uint8_t c) {
|
|||
}
|
||||
}
|
||||
|
||||
// A simple functon for printing 8-bit gbitmaps to the console.
|
||||
// A simple function for printing 8-bit gbitmaps to the console.
|
||||
// Makes it easy to quickly review failing test cases.
|
||||
void print_bitmap(const GBitmap *bmp) {
|
||||
printf("Row Size Bytes: %d\n", bmp->row_size_bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue