diff options
Diffstat (limited to 'x11-toolkits/gnocl/files/patch-src_parseMarkup.c')
-rw-r--r-- | x11-toolkits/gnocl/files/patch-src_parseMarkup.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/files/patch-src_parseMarkup.c b/x11-toolkits/gnocl/files/patch-src_parseMarkup.c new file mode 100644 index 000000000000..6e17f33be5ab --- /dev/null +++ b/x11-toolkits/gnocl/files/patch-src_parseMarkup.c @@ -0,0 +1,11 @@ +--- src/parseMarkup.c.orig 2013-02-01 12:41:08.000000000 +0100 ++++ src/parseMarkup.c 2013-02-01 12:41:30.000000000 +0100 +@@ -27,6 +27,8 @@ + #include <stdio.h> + #include <string.h> + ++static void applyTags ( GtkTextBuffer *buffer, GtkTextMark *tagStart, GtkTextMark *tagEnd ); ++ + /* list to hold names of applied tags */ + static GSList *tagList = NULL; + |