summaryrefslogtreecommitdiffstats
path: root/polyp/tagstruct.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-16 23:34:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-16 23:34:25 +0000
commit078f2aa860cc0e0063dd6b4e8ff6ca1cbf5fd45b (patch)
treea7f70bb0783cb94639bd8b58f00e160898d2af5a /polyp/tagstruct.c
parent19294e4b388571ba45162b3704f8aacd38e72158 (diff)
gcc 2.95 compatibility, take 2
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@208 fefdeb5f-60dc-0310-8127-8f9354f1896f
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 {