Prepare for '-Wimplicit-fallthrough'
[lttng-tools.git] / src / common / string-utils / string-utils.cpp
index d23cf794cb34b0edb7da097f4393b4bced4fb8bb..c2a508dd134c239dba27a7f0b94f8a179408ae0b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -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.023608 seconds and 4 git commands to generate.