summaryrefslogtreecommitdiffstats
path: root/polyp/tagstruct.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/tagstruct.c')
-rw-r--r--polyp/tagstruct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/tagstruct.c b/polyp/tagstruct.c
index 52db0fe3..d571b713 100644
--- a/polyp/tagstruct.c
+++ b/polyp/tagstruct.c
@@ -46,7 +46,7 @@ enum tags {
TAG_BOOLEAN_TRUE = '1',
TAG_BOOLEAN_FALSE = '0',
TAG_TIMEVAL = 'T',
- TAG_USEC = 'U', /* 64bit unsigned */
+ TAG_USEC = 'U' /* 64bit unsigned */
};
struct pa_tagstruct {