fix: redundant decl of channel_destroy (-Wredundant-decls)
[lttng-ust.git] / liblttng-ust / string-utils.c
index bf8b78e5f43577efb05c4930e89db119cf901442..dea2ae3bc239453d0728022b2ea38c8a6397c59a 100644 (file)
@@ -271,7 +271,7 @@ retry:
                        goto retry;
                case '\\':
                        /* Go to escaped character. */
-                       p++;
+                       p++;    /* Fallthrough */
 
                        /*
                         * Fall through the default case which will
This page took 0.022871 seconds and 4 git commands to generate.