mirror of
https://github.com/google/pebble.git
synced 2025-11-16 04:20:56 -05:00
spelling: function
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user