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 another forgotten return statement
Luca Saiu
7 months ago
parent
08fc1df2f5
commit
ad371b680d
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
@ -32,6 +32,7 @@ static SYNC_EVENT retrieve_next_sync_event_dummy(void *management,
unsigned
threshold
)
{
/* Do nothing. */
return
NULL
;
}
Write
Preview
Loading…
Cancel
Save