This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
fix pointer const declaration and make it static
pull/53/head
Richard Fuchs
11 years ago
parent
d0beccbd93
commit
8c8ff56fec
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/log.c
+ 1
- 1
daemon/log.c
View File
@ -44,7 +44,7 @@ const _fac_code_t _facilitynames[] =
{
NULL
,
-
1
}
}
;
const
char
const
*
prio_str
[
]
=
{
static
const
char
*
const
prio_str
[
]
=
{
"
EMERG
"
,
"
ALERT
"
,
"
CRIT
"
,
Write
Preview
Loading…
Cancel
Save