[pulseaudio-commits] src/pulsecore
Tanu Kaskinen
tanuk at kemper.freedesktop.org
Wed Jun 26 11:21:58 PDT 2013
src/pulsecore/source.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d00d5b6611e21ab38af2066c098b1604298a261f
Author: Tanu Kaskinen <tanu.kaskinen at linux.intel.com>
Date: Wed Jun 26 21:21:00 2013 +0300
source: Fix an indentation mistake
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index 224155b..ef26dd9 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -229,7 +229,7 @@ struct pa_source {
uint32_t volume_change_safety_margin;
/* Usec delay added to all volume change events, may be negative. */
int32_t volume_change_extra_delay;
-} thread_info;
+ } thread_info;
void *userdata;
};
More information about the pulseaudio-commits
mailing list