aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 42ae39e..eab176a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -151,8 +151,8 @@ argv_idx(const GArray *a, const guint idx) {
GString *
append_escaped (GString *dest, const gchar *src) {
- g_assert(dest);
- g_assert(src);
+ g_assert(dest);
+ g_assert(src);
// Hint that we are going to append another string.
int oldlen = dest->len;