diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-02-20 23:02:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-02-20 23:02:44 (GMT) |
commit | 0769fafb253b846b58cd97c4a1df98ca7417ae1c (patch) | |
tree | c6b397d82740a26059c02b56d7b3182e5fe08927 /src/gtkext | |
parent | 738daf23eec2c114d456d13e88c51029f891fbc2 (diff) |
Replaced the old symbol panel by a new improved one.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/tmgt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/tmgt.c b/src/gtkext/tmgt.c index fa1e2b8..3b06d4c 100644 --- a/src/gtkext/tmgt.c +++ b/src/gtkext/tmgt.c @@ -103,7 +103,7 @@ bool is_content_matching(const regex_t *filter, const char *content, regmatch_t bool result; /* Bilan à retourner */ int ret; /* Bilan du filtrage */ - memset( match, 0, sizeof(regmatch_t)); + memset(match, 0, sizeof(regmatch_t)); if (filter == NULL) result = true; |