summaryrefslogtreecommitdiffstats
path: root/examples/standalone/smc91111_eeprom.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/standalone/smc91111_eeprom.c')
-rw-r--r--examples/standalone/smc91111_eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/standalone/smc91111_eeprom.c b/examples/standalone/smc91111_eeprom.c
index b91f34c3af..c98b0fc075 100644
--- a/examples/standalone/smc91111_eeprom.c
+++ b/examples/standalone/smc91111_eeprom.c
@@ -48,7 +48,7 @@ void print_MAC (struct eth_device *dev);
int read_eeprom_reg (struct eth_device *dev, int reg);
void print_macaddr (struct eth_device *dev);
-int smc91111_eeprom (int argc, char *argv[])
+int smc91111_eeprom (int argc, char * const argv[])
{
int c, i, j, done, line, reg, value, start, what;
char input[50];
OpenPOWER on IntegriCloud