osc: spell "#if 0" correctly

This commit is contained in:
Daniel Eklöf 2019-12-19 19:55:52 +01:00
parent 88a1ebafbd
commit d6065ef659
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
osc.c
View file

@ -496,7 +496,7 @@ osc_dispatch(struct terminal *term)
osc_flash(term); osc_flash(term);
break; break;
#If 0 #if 0
case 777: case 777:
osc_notify(term, string); osc_notify(term, string);
break; break;