projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
oggdec filter improvements.
[paraslash.git]
/
amp_filter.c
diff --git
a/amp_filter.c
b/amp_filter.c
index
f6e2205
..
a011c41
100644
(file)
--- a/
amp_filter.c
+++ b/
amp_filter.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 200
8
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 200
9
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-101,8
+101,6
@@
void amp_filter_init(struct filter *f)
f->convert = amp_convert;
f->parse_config = amp_parse_config;
f->help = (struct ggo_help) {
f->convert = amp_convert;
f->parse_config = amp_parse_config;
f->help = (struct ggo_help) {
- .purpose = amp_filter_args_info_purpose,
- .usage = amp_filter_args_info_usage,
.short_help = amp_filter_args_info_help,
.detailed_help = amp_filter_args_info_detailed_help
};
.short_help = amp_filter_args_info_help,
.detailed_help = amp_filter_args_info_detailed_help
};