Skip to content

Commit 835ab88

Browse files
Rebecca Cranmdkinney
authored andcommitted
Function example in Chapter 5 C Programming has extraneous semicolon
https://bugzilla.tianocore.org/show_bug.cgi?id=1606 #1 "Section 5.7.1.10, there is a semicolon after the function parameters. Probably a copy-paste error from the header file." Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Rebecca Cran <[email protected]> Reviewed-by: Michael D Kinney <[email protected]>
1 parent 3edad55 commit 835ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5_source_files/57_c_programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ FooName (
102102
IN UINTN Arg2, OPTIONAL
103103
OUT UINTN *Arg3,
104104
IN OUT UINTN *Arg4
105-
);
105+
)
106106
{
107107
UINTN Local;
108108
...

0 commit comments

Comments
 (0)