From: Andre Noll Date: Sun, 1 Aug 2010 17:48:30 +0000 (+0200) Subject: Fix typo in write_common.h. X-Git-Tag: v0.4.4~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=84ec73f7138a3d9aa15099d3e12c88966010e0c5 Fix typo in write_common.h. This makes doxygen happy again. --- diff --git a/write_common.c b/write_common.c index 6cd7ed22..93562d0d 100644 --- a/write_common.c +++ b/write_common.c @@ -163,7 +163,7 @@ static void get_btr_value(struct btr_node *btrn, const char *cmd, * Ask parent btr nodes for the sample rate of the current stream. * * \param btrn Where to start the search. - * \param result. Filled in by this function. + * \param result Filled in by this function. * * This function is assumed to succeed and terminates on errors. */