diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-09-03 18:51:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-09-03 18:51:46 +0200 |
commit | c402de754583b41ae96409aebce713b0d07e2826 (patch) | |
tree | 4de9d72bb9ffa49405e50b61553506e04e76cf6a /src/pulse/introspect.h | |
parent | 40b66a0be9579fff095cba77f3ea29c390d966f2 (diff) | |
download | pulseaudio-c402de754583b41ae96409aebce713b0d07e2826.tar.gz |
reindent comments a bit
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r-- | src/pulse/introspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index ca79f5b75..087bd9f90 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; |