From 0ee6aa96f6ea3fe1a1eb855aed5d6c466643878a Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 3 Jan 2021 16:58:24 -0500 Subject: Add debug/print functions for rope --- structures/rope/rope.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structures/rope/rope.h') diff --git a/structures/rope/rope.h b/structures/rope/rope.h index f012cc1..86d9ae3 100644 --- a/structures/rope/rope.h +++ b/structures/rope/rope.h @@ -1,7 +1,7 @@ #ifndef ROPE_H #define ROPE_H -typede struct rope_s rope; +typedef struct rope_s rope; rope* rope_new(); rope* str_to_rope(char*); -- cgit v1.1