diff options
author | rbuj <[email protected]> | 2020-12-10 22:19:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-16 11:21:34 +0100 |
commit | bfb7205bb9fd8e54e2968c2967db93f6287c2279 (patch) | |
tree | b1408eeac5155c0589fd5b88906cd3ed1cc1fed0 /pluma/pluma-utils.h | |
parent | dba1340ce73b1d676fc7ff6e19f7798236e803e9 (diff) | |
download | pluma-bfb7205bb9fd8e54e2968c2967db93f6287c2279.tar.bz2 pluma-bfb7205bb9fd8e54e2968c2967db93f6287c2279.tar.xz |
pluma-utils: Cppcheck warning 'argument order different'
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index 7c9881cf..68b77737 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -138,8 +138,8 @@ gchar *pluma_utils_basename_for_display (const gchar *uri); gboolean pluma_utils_decode_uri (const gchar *uri, gchar **scheme, gchar **user, - gchar **port, gchar **host, + gchar **port, gchar **path); |