mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 16:08:02 +02:00
shared: fix function return value
This commit is contained in:
parent
c0f4c2f2e6
commit
319a39cac6
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ nm_sd_utils_path_startswith (const char *path, const char *prefix)
|
|||
|
||||
/*****************************************************************************/
|
||||
|
||||
gboolean
|
||||
int
|
||||
nm_sd_utils_unbase64char (char ch, gboolean accept_padding_equal)
|
||||
{
|
||||
if ( ch == '='
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue