This website works better with JavaScript.
Home
Help
Register
Sign In
Sofia
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add forgotten return statement in a non-void function
Luca Saiu
7 months ago
parent
9feb676281
commit
08fc1df2f5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/sync_api.c
+ 1
- 0
src/sync_api.c
View File
@ -23,6 +23,7 @@ static PEP_STATUS notifyHandshake_dummy(
{
free_identity
(
me
)
;
free_identity
(
partner
)
;
return
PEP_STATUS_OK
;
}
Write
Preview
Loading…
Cancel
Save