about summary refs log tree commit diff
path: root/src/tests
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2020-03-13 00:45:02 +0100
committerMichael Biebl <biebl@debian.org>2020-03-13 00:45:02 +0100
commitdae4785d3a29c5df3740c2676b400c0da1a72e3e (patch)
tree9fe17185cbbcbd096c85e5973e1b909ae3f751e4 /src/tests
parent3cbb3d6ecfef1076fc757632ee8327935250afee (diff)
parentb012fa6e1d808e0736c009799c62d835cbfcc1dd (diff)
Update upstream source from tag 'upstream/1.22.10'
Update to upstream version '1.22.10'
with Debian dir df10a9f9ccf26e17902b3dc19a866a22c47764e8
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test-core.c b/src/tests/test-core.c
index f55f3dff..590f7c36 100644
--- a/src/tests/test-core.c
+++ b/src/tests/test-core.c
@@ -1536,7 +1536,7 @@ test_nm_utils_strbuf_append (void)
 					_strbuf_append_c (&t_buf, &t_len, str[0]);
 					break;
 				}
-				/* fall through */
+				/* fall-through */
 			case 1:
 				_strbuf_append_str (&t_buf, &t_len, str);
 				break;
@@ -1545,7 +1545,7 @@ test_nm_utils_strbuf_append (void)
 					_strbuf_append (&t_buf, &t_len, "%c", str[0]);
 					break;
 				}
-				/* fall through */
+				/* fall-through */
 			case 3:
 				_strbuf_append (&t_buf, &t_len, "%s", str);
 				break;