From ee8afcb05c6242709677768620ade0ee50fbd3fe Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 18 Feb 2008 09:22:21 +0000 Subject: [PATCH] According to Tobias Klauser: "The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature." git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5122 7894878c-1315-0410-8ee3-d5d059ff63e0 --- eepromer/eeprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eepromer/eeprog.c b/eepromer/eeprog.c index 5006e5a..95579b6 100644 --- a/eepromer/eeprog.c +++ b/eepromer/eeprog.c @@ -34,7 +34,7 @@ int g_quiet; #define usage_if(a) do { do_usage_if( a , __LINE__); } while(0); void do_usage_if(int b, int line) { -const static char *eeprog_usage = + static const char *eeprog_usage = "eeprog " VERSION ", a 24Cxx EEPROM reader/writer\n" "Copyright (c) 2003 by Stefano Barbato - All rights reserved.\n" "Usage: eeprog [-fqxdh] [-16|-8] [ -r addr[:count] | -w addr ] /dev/i2c-N i2c-address\n"