diff options
| author | Michael Biebl <biebl@debian.org> | 2017-02-16 00:01:12 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-02-16 00:01:12 +0100 |
| commit | ecb2fdd2c959a2a53fa9ce961203d363f86b389b (patch) | |
| tree | 681cfa4e900d09fa9af89cac3cec4e34568b11c0 /src/tests | |
| parent | 01f15cee9ceeb145ca7d328b255fbce2b4eacce5 (diff) | |
| parent | a222e56e103f949b148a6942e385ccca2c26d9f3 (diff) | |
Merge tag 'upstream/1.6.2'
Upstream version 1.6.2
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/test-general.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test-general.c b/src/tests/test-general.c index 53c9c0d8..81d8e05c 100644 --- a/src/tests/test-general.c +++ b/src/tests/test-general.c @@ -1291,7 +1291,7 @@ test_nm_utils_strbuf_append (void) nm_utils_strbuf_append_c (&t_buf, &t_len, str[0]); break; } - /* fall-through */ + /* fall through */ case 1: nm_utils_strbuf_append_str (&t_buf, &t_len, str); break; @@ -1300,7 +1300,7 @@ test_nm_utils_strbuf_append (void) nm_utils_strbuf_append (&t_buf, &t_len, "%c", str[0]); break; } - /* fall-through */ + /* fall through */ case 3: nm_utils_strbuf_append (&t_buf, &t_len, "%s", str); break; |