diff options
author | tobias | 2009-11-28 17:52:12 +0000 |
---|---|---|
committer | tobias | 2009-11-28 17:52:12 +0000 |
commit | f770fbbb8001ca6a22e8fc2e23efe287821f1540 (patch) | |
tree | a803a03b5231b485681f72a64d2fa99f7180ec3c /menu.c | |
parent | 2f637a5ba462917ec81f7d7dcfa4ab296a223e61 (diff) | |
download | cwm-f770fbbb8001ca6a22e8fc2e23efe287821f1540.tar.gz |
style (whitespaces)
ok oga, okan
Diffstat (limited to '')
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ menu_draw(struct screen_ctx *sc, struct menu_ctx *mc, struct menu_q *menuq, mi->print : mi->text; font_draw(sc, text, MIN(strlen(text), MENU_MAXENTRY), - sc->menuwin, 0, n*font_height() + font_ascent() + 1); + sc->menuwin, 0, n * font_height() + font_ascent() + 1); n++; } |