[DISKPART] Print proper success message in the assign command

This commit is contained in:
Eric Kohl
2026-02-01 23:53:41 +01:00
parent f96fa0e232
commit 5fd860b383
+1 -1
View File
@@ -150,7 +150,7 @@ assign_main(
}
}
ConResPuts(StdOut, IDS_REMOVE_SUCCESS);
ConResPuts(StdOut, IDS_ASSIGN_SUCCESS);
return EXIT_SUCCESS;
}