mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-13 19:00:28 +01:00
shared: fix function return value
(cherry picked from commit 319a39cac6)
This commit is contained in:
parent
dc9322c0a9
commit
fddc57d60a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,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