Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Apr 8, 2023
1 parent cfc7718 commit bab2375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ type %[1]s uint32; const (
fmt.Fprintln(buf, "var (")
for _, function := range functions {
fmt.Fprintf(buf, `proc%[1]s = modntdll.NewProc("%[1]s")`, function.Name)
fmt.Fprinln(buf)
fmt.Fprintln(buf)
}
fmt.Fprintln(buf, ")")
}
Expand Down

0 comments on commit bab2375

Please sign in to comment.