mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +00:00
Add missing semicolon
This commit is contained in:
parent
1d415455d9
commit
c6a437eaec
@ -11,7 +11,7 @@
|
||||
#define INCLUDE_git_utfconv_h__
|
||||
|
||||
wchar_t* gitwin_to_utf16(const char* str);
|
||||
int gitwin_append_utf16(wchar_t *buffer, const char *str, size_t len)
|
||||
int gitwin_append_utf16(wchar_t *buffer, const char *str, size_t len);
|
||||
char* gitwin_from_utf16(const wchar_t* str);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user