diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index cd87652f6d..f25233ad87 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -500,7 +500,7 @@ #define wxPuts putws #else #define wxNEED_PUTS - int wxPuts(const wxChar *ws) + int wxPuts(const wxChar *ws); #endif /* we need %s to %ls conversion for printf and scanf etc */