X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/feda7bfaefd9e5fb705d6893f26428a3109e7226..HEAD:/server/decode-flac.c diff --git a/server/decode-flac.c b/server/decode-flac.c index f1399fb..56af481 100644 --- a/server/decode-flac.c +++ b/server/decode-flac.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007-2010 Richard Kettlewell + * Copyright (C) 2007-2011 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -/** @file server/decode.c +/** @file server/decode-flac.c * @brief General-purpose decoder for use by speaker process */ #include "decode.h"