SVN revision: 18650
This commit is contained in:
Carsten Haitzler 2005-11-26 13:58:33 +00:00
parent 2925b49159
commit 18f311a137
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ evas_text_style_pad_get(Evas_Text_Style_Type style, int *l, int *r, int *t, int
if (l) *l = sl;
if (r) *r = sr;
if (t) *t = st;
if (b) *t = sb;
if (b) *b = sb;
}
/* all nice and private */