mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Remove a dead increment
This commit is contained in:
@@ -323,7 +323,7 @@ hex_escape_string (const char *str,
|
|||||||
*p++ = hex_digits[c & 0xf];
|
*p++ = hex_digits[c & 0xf];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*p++ = 0;
|
*p = 0;
|
||||||
|
|
||||||
*free_return = TRUE;
|
*free_return = TRUE;
|
||||||
return escaped_str;
|
return escaped_str;
|
||||||
|
Reference in New Issue
Block a user