diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-10 14:56:16 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-10 14:56:16 +0000 |
commit | df682ead55e60139c7c689d1ed870f15af205c31 (patch) | |
tree | 601a6bdb6b931120ef220263bd9fc1d03441a3d2 | |
parent | a06a54171d4769389dc7a1b3b67d72e87dd78e40 (diff) | |
download | edk2-df682ead55e60139c7c689d1ed870f15af205c31.tar.gz edk2-df682ead55e60139c7c689d1ed870f15af205c31.tar.bz2 edk2-df682ead55e60139c7c689d1ed870f15af205c31.zip |
Removed extra binary character at the start of line 1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1710 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/Conf/FrameworkDatabase.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Conf/FrameworkDatabase.template b/Tools/Conf/FrameworkDatabase.template index 176d8300e6..6b5381cfe0 100644 --- a/Tools/Conf/FrameworkDatabase.template +++ b/Tools/Conf/FrameworkDatabase.template @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<FrameworkDatabase xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FdbHeader>
<DatabaseName>FrameworkDatabase</DatabaseName>
|