Sync to trunk (r44789)
[reactos.git] / rostests / winetests / msi / format.c
index 3d4029c..4827a20 100644 (file)
@@ -120,7 +120,7 @@ static UINT create_custom_action_table( MSIHANDLE hdb )
         r = run_query( hdb, query ); \
         HeapFree(GetProcessHeap(), 0, query); \
         return r; \
-    }
+}
 
 make_add_entry(feature,
                "INSERT INTO `Feature` "
@@ -2360,7 +2360,7 @@ static void test_formatrecord_tables(void)
     lstrcpy( expected, "1: " );
     lstrcat( expected, curr_dir );
     if (strlen(curr_dir) > 3)
-        lstrcat( expected, "\\" );
+    lstrcat( expected, "\\ " );
     lstrcat( expected, " " );
     size = MAX_PATH;
     MsiRecordSetString( hrec, 1, "[$parietal]" );