diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-20 02:42:12 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-20 02:42:12 +0000 |
commit | b538d911d726ea72523413b75b864b52993fa178 (patch) | |
tree | e74b333925ba1647cce5f01204f3d24afe59c819 /tests/test-shape.c | |
parent | 6c0f8a5552dad63ff9a9b1824688cfe260a668ce (diff) | |
download | pango-b538d911d726ea72523413b75b864b52993fa178.tar.gz |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'tests/test-shape.c')
-rw-r--r-- | tests/test-shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-shape.c b/tests/test-shape.c index 079bcd28..be3e4415 100644 --- a/tests/test-shape.c +++ b/tests/test-shape.c @@ -362,7 +362,7 @@ main (int argc, char *argv[]) if (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT)) { - g_error_free(error); + g_error_free (error); return 0; } |