Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed May 7, 2022
1 parent e691a4b commit 887bbe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drv_generic_graphic.c
Expand Up @@ -525,6 +525,7 @@ int drv_generic_graphic_bar_draw(WIDGET * W)
val1 = max - val1;
val2 = max - val2;
rev = 1;
break;

case DIR_EAST:
for (y = 0; y < YRES; y++)
Expand Down Expand Up @@ -557,6 +558,7 @@ int drv_generic_graphic_bar_draw(WIDGET * W)
val1 = max - val1;
val2 = max - val2;
rev = 1;
break;

case DIR_SOUTH:
for (x = 0; x < XRES; x++)
Expand Down

0 comments on commit 887bbe5

Please sign in to comment.