diff options
Diffstat (limited to 'src/sandglass.h')
-rw-r--r-- | src/sandglass.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |