]> code.delx.au - pulseaudio/blobdiff - polyp/tagstruct.c
gcc 2.95 compatibility, take 2
[pulseaudio] / polyp / tagstruct.c
index 52db0fe34a9365be259fe4c01e37800d3d0e3ef1..d571b71382f0fa3ab6b5e6b1de7f9d2a9eec7bdc 100644 (file)
@@ -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 {