[Parted-commits] GNU Parted Official Repository: Changes to 'master'
Bastian Blank
waldi at alioth.debian.org
Mon Apr 7 11:19:15 UTC 2008
libparted/labels/fdasd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit efccb8de8bc59c3dcb433e3782c681fbda1c2522
Author: Bastian Blank <waldi at waldi.track.rz.uni-augsburg.de>
Date: Mon Apr 7 13:18:45 2008 +0200
Fix syntax error.
diff --git a/libparted/labels/fdasd.c b/libparted/labels/fdasd.c
index e4ecf52..7adf12f 100644
--- a/libparted/labels/fdasd.c
+++ b/libparted/labels/fdasd.c
@@ -149,7 +149,7 @@ fdasd_error (fdasd_anchor_t *anc, enum fdasd_failure why, char * str)
case device_verification_failed:
sprintf(error, "fdasd: %s -- %s\n",
_("Device verification failed"),
- _("The specified device is not a valid DASD device"));,
+ _("The specified device is not a valid DASD device"));
break;
default:
sprintf(error, "fdasd: %s: %s\n", _("Fatal error"), str);
More information about the Parted-commits
mailing list