diff options
Diffstat (limited to 'firmware/logf.c')
| -rw-r--r-- | firmware/logf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/logf.c b/firmware/logf.c index 2fdbfa0..0f05c65 100644 --- a/firmware/logf.c +++ b/firmware/logf.c @@ -52,7 +52,7 @@ #include "ata_idle_notify.h" unsigned char logdiskfbuffer[MAX_LOGDISKF_SIZE]; -int logdiskfindex; +static int logdiskfindex; #endif /* Only provide all this if asked to */ |