mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 12:24:58 +00:00
Merge pull request #525 from euler0/add-missing-semicolon
Add missing semicolon
This commit is contained in:
commit
7d93f96aa9
@ -11,7 +11,7 @@
|
|||||||
#define INCLUDE_git_utfconv_h__
|
#define INCLUDE_git_utfconv_h__
|
||||||
|
|
||||||
wchar_t* gitwin_to_utf16(const char* str);
|
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);
|
char* gitwin_from_utf16(const wchar_t* str);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user