Added const

This commit is contained in:
adamdunkels 2008-01-24 13:09:32 +00:00
parent dc70ac2584
commit 1b024d6e69
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: elfloader.c,v 1.7 2007/09/14 20:12:55 nvt-se Exp $
* @(#)$Id: elfloader.c,v 1.8 2008/01/24 13:09:32 adamdunkels Exp $
*/
#include "contiki.h"
@ -133,7 +133,7 @@ struct relevant_section {
char elfloader_unknown[30]; /* Name that caused link error. */
struct process **elfloader_autostart_processes;
struct process * const * elfloader_autostart_processes;
static struct relevant_section bss, data, rodata, text;