xprops: Fix syntax error

This commit is contained in:
Jasper St. Pierre 2015-06-17 18:19:49 -07:00
parent af7cc87bfa
commit 2345b9c6ad

View File

@ -973,7 +973,7 @@ size_hints_from_results (GetPropertyResults *results,
hints->flags = raw->flags;
hints->x = raw->x;
hints->y = raw->y;
hints->width = raw->width);
hints->width = raw->width;
hints->height = raw->height;
hints->min_width = raw->minWidth;
hints->min_height = raw->minHeight;