fix oopsie
authorNiki Roo <niki@nikiroo.be>
Thu, 3 Apr 2025 20:09:56 +0000 (22:09 +0200)
committerNiki Roo <niki@nikiroo.be>
Thu, 3 Apr 2025 20:09:56 +0000 (22:09 +0200)
example.c

index 05b10365200e42830927b53d0c4d685858a9bc54..52883f5ad5693e27eb5a4c3e9b99796bec48accf 100644 (file)
--- a/example.c
+++ b/example.c
@@ -33,7 +33,7 @@ example_t *new_example() {
 }
 
 int init_example(example_t *self) {
-        strcpy(self->CNAME, "[exampl]");
+        strcpy(self->CNAME, "[exampl]");
        return 1;
 }