diff options
| author | WormHeamer | 2025-12-29 03:49:06 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-12-29 03:49:06 -0500 |
| commit | bf208e263ba017362ceb88259a463b8ac71da663 (patch) | |
| tree | 3c5243c203f84c39f9b068d11b67adc395a5b750 /txt.c | |
| parent | ae29fc07f0eae5fba0cfc6e028afb6025c0065bc (diff) | |
some stuff
Diffstat (limited to 'txt.c')
| -rw-r--r-- | txt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -129,7 +129,6 @@ static inline TxtLoc resolve_loc(TxtLoc l) { static TxtLoc txt_post_edit(TxtLoc l) { l = resolve_loc(l); - ASSERT(txt_valid_loc(l)); loop: if (txt_trim_empty(&l)) { ASSERT(txt_valid_loc(l)); |
