summaryrefslogtreecommitdiffstats
path: root/src/pulse/introspect.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-03 18:51:46 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-03 18:51:46 +0200
commitc402de754583b41ae96409aebce713b0d07e2826 (patch)
tree4de9d72bb9ffa49405e50b61553506e04e76cf6a /src/pulse/introspect.h
parent40b66a0be9579fff095cba77f3ea29c390d966f2 (diff)
reindent comments a bit
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r--src/pulse/introspect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index ca79f5b7..087bd9f9 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -561,7 +561,7 @@ typedef enum pa_autoload_type {
typedef struct pa_autoload_info {
uint32_t index; /**< Index of this autoload entry */
const char *name; /**< Name of the sink or source */
- pa_autoload_type_t type; /**< Type of the autoload entry */
+ pa_autoload_type_t type; /**< Type of the autoload entry */
const char *module; /**< Module name to load */
const char *argument; /**< Argument string for module */
} pa_autoload_info;