X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=48307298f61bddcc393f748921f57403f442d9ea;hp=4204108a33131e3b4bda8a007bd429665246860c;hb=9bfd946422ec369c4fd91aa1c674cfb277e8cd9f;hpb=bc15c3ff65eb00e04ebc303cfa9ee3d1a4675b35 diff --git a/afh.h b/afh.h index 4204108a..48307298 100644 --- a/afh.h +++ b/afh.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -71,12 +71,12 @@ struct audio_file_data { }; /** - * Structure for audio format handling. + * Structure for audio format handling. * - * There's one such struct for each supported audio format. Initially, only \a - * name and \a init are defined. During the startup process, para_server calls - * the \a init function of each audio format handler which is expected to fill - * in the other part of this struct. + * There's one such struct for each supported audio format. Initially, only \a + * name and \a init are defined. During the startup process, para_server calls + * the \a init function of each audio format handler which is expected to fill + * in the other part of this struct. */ struct audio_format_handler { /** Name of the audio format. */