summaryrefslogtreecommitdiff
path: root/xprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'xprop.c')
-rw-r--r--xprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xprop.c b/xprop.c
index f13660f..15c296d 100644
--- a/xprop.c
+++ b/xprop.c
@@ -813,7 +813,7 @@ Format_Icons (const unsigned long *icon, int len)
if ((display_width + 8) > term_width || height > 144)
{
- tail += sprintf (tail, "\t(not shown)");
+ tail += sprintf (tail, "\t(not shown)\n");
icon += width * height;
continue;
}