diff src/str.c @ 14:2d7c810a1ac2 default tip

*: misc. cleanup
author Paper <paper@paper.us.eu.org>
date Fri, 03 May 2024 22:40:28 -0400
parents 0cc2555db371
children
line wrap: on
line diff
--- a/src/str.c	Wed Apr 03 20:48:51 2024 -0400
+++ b/src/str.c	Fri May 03 22:40:28 2024 -0400
@@ -4,8 +4,7 @@
 #include <string.h>
 
 /* rudimentary string functions so the code in edl.c isn't
- * as painful to read
-*/
+ * as painful to read */
 
 int EDL_internal_string_init(EDL_internal_string* str) {
     if (!str)