mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: compositing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6d6b22b697
commit
f21d4da40f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ void graphics_draw_rotated_bitmap(GContext* ctx, GBitmap *src, GPoint src_ic, in
|
||||||
background = GColorWhite;
|
background = GColorWhite;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
PBL_ASSERT(0, "unknown coposting mode %d", compositing_mode);
|
PBL_ASSERT(0, "unknown compositing mode %d", compositing_mode);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue