This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
add another forgotten return statement
ENGINE-975
Luca Saiu
8 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