diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-13 01:14:15 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-13 01:14:15 -0700 |
commit | 3f9b35631b0977dc2afc289cbff7702469153f77 (patch) | |
tree | 3cce19d50c81791ff3cb64e3affbd4a5bb329e12 | |
parent | 837b4d765a259bbdcb4b9c28bc6b1c5eb1548292 (diff) |
typo
-rw-r--r-- | escape.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ enum esc_state { //returns 1 if the current state is safe to insert characters after, 0 if not int safe_state(enum esc_state state) { - swtich (state) { + switch (state) { case CSI_END: case ST: case nF_END: |