[mutter] xprops: Fix syntax error
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] xprops: Fix syntax error
- Date: Thu, 18 Jun 2015 01:20:05 +0000 (UTC)
commit 2345b9c6adc05ba15ee7c5a97d6e82853fab8af7
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Jun 17 18:19:49 2015 -0700
xprops: Fix syntax error
src/x11/xprops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/x11/xprops.c b/src/x11/xprops.c
index 0137c90..8de0450 100644
--- a/src/x11/xprops.c
+++ b/src/x11/xprops.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]