[gnome-builder] c-pack: handle cuddled (
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] c-pack: handle cuddled (
- Date: Wed, 13 Jun 2018 11:14:34 +0000 (UTC)
commit 9c666bafe0a257ab35d8cf7e08db28a5d173ebac
Author: Christian Hergert <chergert redhat com>
Date: Wed Jun 13 04:13:51 2018 -0700
c-pack: handle cuddled (
src/plugins/c-pack/hdr-format.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/c-pack/hdr-format.c b/src/plugins/c-pack/hdr-format.c
index f8403e552..69778d273 100644
--- a/src/plugins/c-pack/hdr-format.c
+++ b/src/plugins/c-pack/hdr-format.c
@@ -86,7 +86,7 @@ getword (const gchar *str,
{
gunichar ch = g_utf8_get_char (pos);
- if (ch == '*' || g_unichar_isspace (ch))
+ if (ch == '*' || ch == '(' || g_unichar_isspace (ch))
{
*endptr = pos;
return g_strndup (str, pos - str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]