From 12e4d6a4e45c44cb69d29f396fba116716414b97 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 10 May 2015 09:23:35 +0000 Subject: update to libFS 1.0.7 --- lib/libFS/src/FSErrDis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libFS/src/FSErrDis.c') diff --git a/lib/libFS/src/FSErrDis.c b/lib/libFS/src/FSErrDis.c index 76ebab6f5..bffe2b5c5 100644 --- a/lib/libFS/src/FSErrDis.c +++ b/lib/libFS/src/FSErrDis.c @@ -70,7 +70,7 @@ static const char *FSErrorList[] = { /* FSBadLength */ "BadLength, request too large or internal FSlib length error", /* FSBadImplementation */ "BadImplementation, request unsupported", }; -static int FSErrorListSize = sizeof(FSErrorList); +#define FSErrorListSize sizeof(FSErrorList) /* ARGSUSED */ -- cgit v1.2.3