summaryrefslogtreecommitdiffstats
path: root/paste.c
diff options
context:
space:
mode:
Diffstat (limited to 'paste.c')
-rw-r--r--paste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste.c b/paste.c
index e98b5771..46f218d2 100644
--- a/paste.c
+++ b/paste.c
@@ -312,7 +312,7 @@ paste_make_sample(struct paste_buffer *pb)
{
char *buf;
size_t len, used;
- const int flags = VIS_OCTAL|VIS_TAB|VIS_NL;
+ const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
const size_t width = 200;
len = pb->size;