1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix a compiler warning.

This commit is contained in:
Petr Rockai 2011-12-12 00:08:23 +00:00
parent a8215f3774
commit 4e73e7ac16

View File

@ -364,7 +364,6 @@ int config_write(struct dm_config_tree *cft, const char *file,
argv++;
}
out:
if (fp && dm_fclose(fp)) {
stack;
r = 0;