diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2015-10-07 11:51:29 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-10-07 11:22:03 -0700 |
commit | bdc8c721e44e214990af7212815eab573b0d18cd (patch) | |
tree | d17247be41f1cb20a92a33788695a040e43921ce /tests | |
parent | bc5d849c9d2088b22744d40840b5663c2ea4f385 (diff) |
cosmetic: Remove a few double semicolons
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config-parser-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config-parser-test.c b/tests/config-parser-test.c index 1d4e96ae..89983453 100644 --- a/tests/config-parser-test.c +++ b/tests/config-parser-test.c @@ -270,7 +270,7 @@ ZUC_TEST_F(config_test_t1, test007) int r; int32_t n; struct weston_config_section *section; - struct weston_config *config = data;; + struct weston_config *config = data; section = weston_config_get_section(config, "bar", NULL, NULL); r = weston_config_section_get_int(section, "+++", &n, 700); |