Cleanup double semicolons

Closes #1161
This commit is contained in:
Matt Stancliff
2014-08-01 15:42:50 -04:00
committed by antirez
parent 29ed617ac4
commit 866f6bcc80
2 changed files with 2 additions and 2 deletions

View File

@ -614,7 +614,7 @@ void process(void) {
printf("RDB version >= 5 but no room for checksum.\n");
exit(1);
}
positions[0].size -= 8;;
positions[0].size -= 8;
}
level = 1;