X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=e17a7a106b7e6c813455251082cb59d650d36d1b;hp=32047755648e5d1072ff9312b7a66c0137dd05ad;hb=d4b040af5e31260dbf71f4547484179f32be4746;hpb=367daa451bd837c3e267c8385bbc92898f06ecca diff --git a/interactive.c b/interactive.c index 32047755..e17a7a10 100644 --- a/interactive.c +++ b/interactive.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Andre Noll + * Copyright (C) 2011-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -481,7 +481,7 @@ int i9e_select(int n, fd_set *readfds, fd_set *writefds, * This function is independent of readline and may be called before * i9e_open(). * - * return The number of possible completions. + * \return The number of possible completions. */ int i9e_extract_completions(const char *word, char **string_list, char ***result)