summaryrefslogtreecommitdiffstats
path: root/source/dialogs
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-21 10:37:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-21 10:37:23 +0200
commit8091558ed8234914b398fe288aaccfe9770dac9c (patch)
tree2ecc4bf3a033b7103b323f6e2b6a9fb8840bdf37 /source/dialogs
parent2a20821ddd65b3d33e04c5b879fd990bf0b34fb8 (diff)
Go Regex Go
Diffstat (limited to 'source/dialogs')
-rw-r--r--source/dialogs/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/window.c b/source/dialogs/window.c
index 5e5dd63e..f228cbf7 100644
--- a/source/dialogs/window.c
+++ b/source/dialogs/window.c
@@ -534,7 +534,7 @@ static inline int act_on_window ( xcb_window_t window )
int argc = 0;
char window_str[100]; /* We are probably safe here */
- g_snprintf(window_str, sizeof window_str, "%d", window);
+ g_snprintf ( window_str, sizeof window_str, "%d", window );
helper_parse_setup ( config.window_command, &args, &argc, "{window}", window_str, NULL );