mirror of
https://github.com/google/pebble.git
synced 2025-05-24 20:24:53 +00:00
spelling: because
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
7bccc39af7
commit
4c1819019d
3 changed files with 5 additions and 5 deletions
|
@ -110,7 +110,7 @@ void prv_update_proc(Layer *layer, GContext* ctx) {
|
|||
graphics_context_set_fill_color(ctx, GColorWhite);
|
||||
graphics_fill_rect(ctx, &layer->bounds);
|
||||
|
||||
// This is safe becase Layer is the first member in Window and Window is the first member in
|
||||
// This is safe because Layer is the first member in Window and Window is the first member in
|
||||
// NumberWindow.
|
||||
_Static_assert(offsetof(Window, layer) == 0, "");
|
||||
_Static_assert(offsetof(NumberWindow, window) == 0, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue