Module: wine Branch: master Commit: 5169d04ec21da13b73be7506e3d784d9e929face URL: http://source.winehq.org/git/wine.git/?a=commit;h=5169d04ec21da13b73be7506e3...
Author: James Hawkins truiken@gmail.com Date: Thu Oct 25 15:20:21 2007 -0500
msi: Add missing newline to the adm_custom_action table.
---
dlls/msi/tests/install.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 24fa343..8d262b0 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"