mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Remove a dead increment
This commit is contained in:
parent
0d1ffbf361
commit
30645bd0a5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user