diff --git a/src/fw/applib/graphics/graphics_private_raw.c b/src/fw/applib/graphics/graphics_private_raw.c index e9ffafc4..999b1e81 100644 --- a/src/fw/applib/graphics/graphics_private_raw.c +++ b/src/fw/applib/graphics/graphics_private_raw.c @@ -188,7 +188,7 @@ T_STATIC void prv_assign_vertical_line_raw(GContext *ctx, int16_t x, Fixed_S16_3 } // This function draws horizontal line with blending, given values have to be clipped and adjusted -// clip_box and draw_box respecively. +// clip_box and draw_box respectively. T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1, int16_t x2, GColor color) { PBL_ASSERTN(ctx); @@ -212,7 +212,7 @@ T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1 } // This function draws vertical line with blending, given values have to be clipped and adjusted -// clip_box and draw_box respecively. +// clip_box and draw_box respectively. T_STATIC void prv_blend_vertical_line_raw(GContext *ctx, int16_t x, int16_t y1, int16_t y2, GColor color) { PBL_ASSERTN(ctx);