Fix a minor indentation issue in widget.c

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5727 4a71c877-e1ca-e34f-864e-861f7616d084
master
Freddie Witherden 2008-08-01 17:51:07 +00:00
parent 87f127c146
commit 2c20b8e0e7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ static void widgetInitVtbl(widget *self)
vtbl.getMinSize = NULL;
vtbl.getMaxSize = NULL;
vtbl.resize = widgetResizeImpl;
vtbl.resize = widgetResizeImpl;
vtbl.composite = widgetCompositeImpl;