This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
14
Star
1
Fork
13
Code
Issues
Pull Requests
3
Releases
453
Wiki
Activity
Browse Source
Add static qualifier.
This is neccessary to make sure that we have a version if the function is not actually inlined.
pEpMIME_windows
Neal Walfield
3 years ago
parent
9121bc9d0f
commit
9fef121ce4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/status_to_string.h
+ 1
- 1
src/status_to_string.h
View File
@ -4,7 +4,7 @@
extern
"
C
"
{
#
endif
inline
const
char
*
pEp_status_to_string
(
PEP_STATUS
status
)
{
static
inline
const
char
*
pEp_status_to_string
(
PEP_STATUS
status
)
{
switch
(
status
)
{
case
PEP_STATUS_OK
:
return
"
PEP_STATUS_OK
"
;
Write
Preview
Loading…
Cancel
Save