From 5169d04ec21da13b73be7506e3d784d9e929face Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 25 Oct 2007 15:20:21 -0500 Subject: [PATCH] msi: Add missing newline to the adm_custom_action table. --- dlls/msi/tests/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 24fa343cabc..8d262b05fce 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -434,7 +434,7 @@ static const CHAR adm_component_dat[] = "Component\tComponentId\tDirectory_\tAtt static const CHAR adm_custom_action_dat[] = "Action\tType\tSource\tTarget\tISComments\n" "s72\ti2\tS64\tS0\tS255\n" "CustomAction\tAction\n" - "SetPOSTADMIN\t51\tPOSTADMIN\t1\t"; + "SetPOSTADMIN\t51\tPOSTADMIN\t1\t\n"; static const CHAR adm_admin_exec_seq_dat[] = "Action\tCondition\tSequence\n" "s72\tS255\tI2\n"