tregex: fix rinst struct field comment - neatvi - [fork] simple vi-type editor with UTF-8 support
 (HTM) git clone git://src.adamsgaard.dk/neatvi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 9ca86428e02a27ebef2b49590963ac3b4171c662
 (DIR) parent 3bf27b04ec791df5a624dc4487422f382b96327c
 (HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
       Date:   Wed, 16 Nov 2016 20:32:59 +0330
       
       regex: fix rinst struct field comment
       
       Diffstat:
         M regex.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/regex.c b/regex.c
       t@@ -43,7 +43,7 @@ struct ratom {
        struct rinst {
                int ri;                        /* instruction type (RI_*) */
                struct ratom ra;        /* regular expression atom (RI_ATOM) */
       -        int a1, a2;                /* destination of RE_FORK and RI_JUMP */
       +        int a1, a2;                /* destination of RI_FORK and RI_JUMP */
                int mark;                /* mark (RI_MARK) */
        };