summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-01-05 18:55:23 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2016-03-10 23:52:01 +0100
commit738fefe659c0cf9ef24e2cb9e082c24140cc6f60 (patch)
tree18c843752439785bacc0bd88d54dfc875af5707c
parent0fae6713ab7dbe0f70538cc9d1d301e83b610ce2 (diff)
downloadscreen-738fefe659c0cf9ef24e2cb9e082c24140cc6f60.tar.gz
fix compile with -DDEBUG
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 25ba311..475c5f5 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5693,7 +5693,7 @@ ShowWindowsX(str)
char *str;
{
int i;
- debug1("ShowWindowsX: string [%s]", string);
+ debug1("ShowWindowsX: string [%s]", str);
for (i = 0; i < maxwin ; i++) {
if (!wtab[i])
continue;