diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-03-13 16:27:57 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-03-13 16:27:57 +0100 |
| commit | a46c3e57291e64e9258698dbe5b0ef11def833c5 (patch) | |
| tree | de9a6dcb3ab058a02fa0a2d9e7d1b3572b588583 /src/tests | |
| parent | 767904eab32f132502230df57e146cb822dad7ba (diff) | |
| parent | 19e73abd360f0198f94ce49f36ddf009056f6324 (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/test-core.c | 4 |
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; |