Prepare for '-Wimplicit-fallthrough'
[lttng-tools.git] / src / common / string-utils / string-utils.cpp
index 8e6a76adc4ca097940a8d4c1600357dee4e86353..c2a508dd134c239dba27a7f0b94f8a179408ae0b 100644 (file)
@@ -66,7 +66,7 @@ void strutils_normalize_star_glob_pattern(char *pattern)
                                goto end;
                        }
 
-                       /* Fall through default case. */
+                       /* fall through */
                default:
                        got_star = false;
                        break;
This page took 0.023393 seconds and 4 git commands to generate.