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 authored and Marco van Wieringen committed Feb 17, 2015
1 parent 49d2359 commit 0f50477
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 0f50477

Please sign in to comment.