From fb147c5f6570a971ae25d07c74f94f6d2fdcb130 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 17 Sep 2009 03:18:34 +0000 Subject: Add build system. --- src/sandglass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sandglass.h') diff --git a/src/sandglass.h b/src/sandglass.h index 412f5e3..a9e99e5 100644 --- a/src/sandglass.h +++ b/src/sandglass.h @@ -82,7 +82,7 @@ struct sandglass_attributes_t sandglass_incrementation_t incrementation; sandglass_resolution_t resolution; }; -typedef struct sandglass_attributes_t sandglass_attributes_t +typedef struct sandglass_attributes_t sandglass_attributes_t; struct sandglass_t { -- cgit v1.2.3