From 53b8731369fd01afcf5aab2bf3d39658775c3485 Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 17 Oct 2008 11:07:17 -0500 Subject: [PATCH] msi/tests: add a missing \n --- 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 7f40e32..7e2c506 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -63,7 +63,7 @@ static const CHAR component_dat[] = "Component\tComponentId\tDirectory_\tAttribu "Two\t{BF03D1A6-20DA-4A65-82F3-6CAC995915CE}\tFIRSTDIR\t2\t\ttwo.txt\n" "dangler\t{6091DF25-EF96-45F1-B8E9-A9B1420C7A3C}\tTARGETDIR\t4\t\tregdata\n" "component\t\tMSITESTDIR\t0\t1\tfile\n" - "service_comp\t\tMSITESTDIR\t0\t1\tservice_file"; + "service_comp\t\tMSITESTDIR\t0\t1\tservice_file\n"; static const CHAR directory_dat[] = "Directory\tDirectory_Parent\tDefaultDir\n" "s72\tS72\tl255\n" -- 1.5.4.3