From 2fbc11d055be3297fe0a5c5b29a0d01001859614 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Aug 2006 12:43:52 +0000 Subject: [PATCH] Cosmetic for doxygen --- include/yaz/nfa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/yaz/nfa.h b/include/yaz/nfa.h index 7ff29bc..4b7369a 100644 --- a/include/yaz/nfa.h +++ b/include/yaz/nfa.h @@ -1,6 +1,6 @@ /* Copyright (C) 2006, Index Data ApS * See the file LICENSE for details. - * $Id: nfa.h,v 1.9 2006-07-14 13:06:37 heikki Exp $ + * $Id: nfa.h,v 1.10 2006-08-11 12:43:52 adam Exp $ */ /** @@ -215,7 +215,7 @@ yaz_nfa_state *yaz_nfa_add_range( yaz_nfa *n, * \param s the state to add this to. If null, adds to the initial state * \param seq is a sequence of yaz_fna_chars. * \param seq_len is the length of the sequence - * \Return the final state + * \return the final state * * Starting from state s (or from the initial state, if s is * null), finds as much of seq as possible and inserts the rest. -- 1.7.10.4