Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
1c3b10e0
Commit
1c3b10e0
authored
May 02, 2018
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update: mark internal table static
parent
4b190d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/errors.c
src/errors.c
+1
-1
No files found.
src/errors.c
View file @
1c3b10e0
...
...
@@ -15,7 +15,7 @@
#define CATMODULE "errors"
// cut -d' ' -f2 x | while read x; do printf " {.id = %-60s .http_status = xxx,\n .message = \"\"},\n" "$x",; done
const
icecast_error_t
__errors
[]
=
{
static
const
icecast_error_t
__errors
[]
=
{
{.
id
=
ICECAST_ERROR_ADMIN_DEST_NOT_RUNNING
,
.
http_status
=
400
,
.
uuid
=
"52735a81-16fe-4d7e-9984-5aed8a941055"
,
.
message
=
"Destination not running"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment