1
1

Fix a couple of compiler warnings

This commit was SVN r24295.
Этот коммит содержится в:
Josh Hursey 2011-01-25 22:22:32 +00:00
родитель 72ba038309
Коммит e4d13d338f
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -620,7 +620,6 @@ static int ckpt_finalize(void) {
exit_status = ret;
}
cleanup:
return exit_status;
}

Просмотреть файл

@ -478,7 +478,6 @@ static int tool_finalize(void) {
exit_status = ret;
}
cleanup:
return exit_status;
}