[PATCH] * libparted/arch/linux.c (_dm_maptype): Add space after "i=
Jim Meyering
meyering at redhat.com
Fri Jun 6 07:08:29 UTC 2008
f".
---
libparted/arch/linux.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
index e1b6b64..3b2d8ec 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -330,7 +330,7 @@ _dm_maptype (PedDevice *dev)
&target_type, ¶ms);
dev->dmtype =3D strdup(target_type);
- if(dev->dmtype =3D=3D NULL)
+ if (dev->dmtype =3D=3D NULL)
goto bad;
r =3D 0;
bad:
--=20
1.5.6.rc0.30.g7c3f3
More information about the parted-devel
mailing list