diff options
| -rw-r--r-- | src/user_share.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/user_share.c b/src/user_share.c index d33cd67..e435b3d 100644 --- a/src/user_share.c +++ b/src/user_share.c @@ -373,7 +373,7 @@ main (int argc, char **argv)  {  	GSettings *settings;  	Display *xdisplay; -	G_GNUC_UNUSED x_fd; +	G_GNUC_UNUSED int x_fd;  	Window selection_owner;  	Atom xatom; | 
