Skip to content

Commit

Permalink
Fix compiler warnings in btape
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Dec 23, 2014
1 parent 5764150 commit 21a40b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stored/btape.c
Expand Up @@ -1115,7 +1115,8 @@ static bool write_two_files()
{
DEV_BLOCK *block;
DEV_RECORD *rec;
int len, i, j;
int len, j;
unsigned int i;
int *p;
bool rc = false; /* bad return code */
DEVICE *dev = dcr->dev;
Expand Down

0 comments on commit 21a40b4

Please sign in to comment.