[MPlayer-cvslog] r37701 - trunk/stream/freesdp/errorlist.c
reimar
subversion at mplayerhq.hu
Sat Feb 13 17:20:24 CET 2016
Author: reimar
Date: Sat Feb 13 17:20:24 2016
New Revision: 37701
Log:
freesdp/errorlist.c: Add missing const.
Modified:
trunk/stream/freesdp/errorlist.c
Modified: trunk/stream/freesdp/errorlist.c
==============================================================================
--- trunk/stream/freesdp/errorlist.c Sat Feb 13 17:15:07 2016 (r37700)
+++ trunk/stream/freesdp/errorlist.c Sat Feb 13 17:20:24 2016 (r37701)
@@ -29,7 +29,7 @@
#include "common.h"
-const char *fsdp_error_t_s[] = {
+const char * const fsdp_error_t_s[] = {
"No error",/** FSDPE_OK **/
"Illegal character detected",/** FSDPE_ILLEGAL_CHARACTER **/
"Missing version item", /** FSDPE_MISSING_VERSION **/
More information about the MPlayer-cvslog
mailing list