X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;fp=random_selector.c;h=5d8b386c6f433d68ef55b589bbe077df41c9331b;hp=c7cfdb1519cd266007ce86a3b53c428b3a8e4b3a;hb=c39956768e5a7e4bc8c0124b216afbdadf3c0262;hpb=ad14b0d7021aa16a71098eeb70eaba66017ec53a diff --git a/random_selector.c b/random_selector.c index c7cfdb15..5d8b386c 100644 --- a/random_selector.c +++ b/random_selector.c @@ -122,10 +122,11 @@ static void random_shutdown(void) } /** - * the init function for the random audio file selector + * the init function for the random audio file selector * - * Init all function pointers of \a s, init the info text and seed the - * PRNG. + * \param s pointer ro the struct to iniitalize + * + * Init all function pointers of \a s, init the info text and seed the PRNG. * * \sa struct audio_file_selector, misc_meta_data::selector_info, mysql.c */