summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifLibBox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifLibBox.c')
-rw-r--r--src/map/if/ifLibBox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifLibBox.c b/src/map/if/ifLibBox.c
index 9423d4f9..7795338c 100644
--- a/src/map/if/ifLibBox.c
+++ b/src/map/if/ifLibBox.c
@@ -221,7 +221,7 @@ If_LibBox_t * If_LibBoxRead2( char * pFileName )
{
while ( pToken == NULL )
{
- fgets( pBuffer, nSize, pFile );
+ (void) fgets( pBuffer, nSize, pFile );
pToken = strtok( pBuffer, " \n\r\t" );
}
pBox->pDelays[i] = (pToken[0] == '-') ? -1 : atoi(pToken);