From 329796f7a86a760c8716b8ebb1043406690e68b5 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 18 Mar 2008 00:17:32 +0000 Subject: [PATCH] char* -> const char* git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@802 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/amci/amci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/amci/amci.h b/core/amci/amci.h index e34267b0..e9e10b77 100644 --- a/core/amci/amci.h +++ b/core/amci/amci.h @@ -371,7 +371,7 @@ struct amci_payload_t { int payload_id; /** example: "PCMU" (see RFC 1890)*/ - char* name; + const char* name; /** * example: 8000 (Hz).