Fix function comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5031 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-04-09 09:07:37 +00:00
parent ffa5008abb
commit b2cefd7c90
7 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
/** @file
Mde UEFI library functions.
The module provide methods to compute the displayed unicode width.
Copyright (c) 2007, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@ -10,12 +10,10 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Module Name: Console.c
**/
#include "FrameworkUefiLib.h"
typedef struct {
CHAR16 WChar;
UINT32 Width;