summaryrefslogtreecommitdiff
path: root/pluma/pluma-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r--pluma/pluma-utils.h2
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);