Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
windows: fix formatting issue in uv-win.h
  • Loading branch information
piscisaureus committed Aug 13, 2012
1 parent 7c3ba51 commit 4442ddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uv-private/uv-win.h
Expand Up @@ -511,5 +511,6 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
/* empty */

int uv_utf16_to_utf8(const WCHAR* utf16Buffer, size_t utf16Size,
char* utf8Buffer, size_t utf8Size);int uv_utf8_to_utf16(const char* utf8Buffer, WCHAR* utf16Buffer,
char* utf8Buffer, size_t utf8Size);
int uv_utf8_to_utf16(const char* utf8Buffer, WCHAR* utf16Buffer,
size_t utf16Size);

0 comments on commit 4442ddc

Please sign in to comment.