regexp/inc/regexp/reclass.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 591395a832aba635f9c8cf4e71a3558f14f41a37 Author: David Tardon <[email protected]> Date: Mon Aug 6 06:46:06 2012 +0200 add accidentally removed */ Change-Id: I876a229f623ac53f994570297eb51248997b0a92 diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx index 1b1f6d9..f61112d 100644 --- a/regexp/inc/regexp/reclass.hxx +++ b/regexp/inc/regexp/reclass.hxx @@ -199,7 +199,7 @@ typedef enum on_failure_keep_string_jump, /** Throw away latest failure point and then - jump to following two-byte relative address. + jump to following two-byte relative address. */ pop_failure_jump, /** Change to pop_failure_jump if know won't have to backtrack to match; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
