From d6065ef659410e157a24c138863382ae16f8c20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 19 Dec 2019 19:55:52 +0100 Subject: [PATCH] osc: spell "#if 0" correctly --- osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc.c b/osc.c index 25545fc3..d69c34b9 100644 --- a/osc.c +++ b/osc.c @@ -496,7 +496,7 @@ osc_dispatch(struct terminal *term) osc_flash(term); break; -#If 0 +#if 0 case 777: osc_notify(term, string); break;