summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-08 12:54:17 +0200
committerThomas Haller <thaller@redhat.com>2020-05-08 12:56:29 +0200
commit29293928555b34bd243729710837b6ba780f8120 (patch)
treea2d5319b1ddc2e0f115b5885c7f50ba890d180e9 /shared
parent4101894466670deb8a72408ffa53098b52d47a98 (diff)
downloadNetworkManager-29293928555b34bd243729710837b6ba780f8120.tar.gz
all: use "int/char" instead of "gint/gchar" typedefs
This is also recommended by our checkpatch.pl script.
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-test-utils-impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-test-utils-impl.c b/shared/nm-test-utils-impl.c
index 0ef6591f32..ce7cc8d179 100644
--- a/shared/nm-test-utils-impl.c
+++ b/shared/nm-test-utils-impl.c
@@ -454,7 +454,7 @@ _context_object_new_do_cb (GObject *source_object,
static GObject *
_context_object_new_do (GType gtype,
gboolean sync,
- const gchar *first_property_name,
+ const char *first_property_name,
va_list var_args)
{
gs_free_error GError *error = NULL;