diff options
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; |