summaryrefslogtreecommitdiff
path: root/c-structs/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'c-structs/struct.h')
-rw-r--r--c-structs/struct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/c-structs/struct.h b/c-structs/struct.h
index 38a0cc7..f456bf7 100644
--- a/c-structs/struct.h
+++ b/c-structs/struct.h
@@ -3,4 +3,3 @@ typedef struct {
int health;
float damage;
} Character;
-