From bff506d3b5e03891c137d9fe18f65cae112ebf2a Mon Sep 17 00:00:00 2001 From: weili Date: Mon, 20 Jun 2016 11:37:05 -0700 Subject: Change func(void) to func() Since PDFium is compiled as C++ code, the void keyword is not needed. BUG=pdfium:519 Review-Url: https://codereview.chromium.org/2084603003 --- core/fxcrt/include/fx_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt') diff --git a/core/fxcrt/include/fx_system.h b/core/fxcrt/include/fx_system.h index ca5d49aad6..f4fc2e819c 100644 --- a/core/fxcrt/include/fx_system.h +++ b/core/fxcrt/include/fx_system.h @@ -228,7 +228,7 @@ extern "C" { #define FXSYS_GetFullPathName GetFullPathName #define FXSYS_GetModuleFileName GetModuleFileName #else -int FXSYS_GetACP(void); +int FXSYS_GetACP(); char* FXSYS_itoa(int value, char* str, int radix); int FXSYS_WideCharToMultiByte(uint32_t codepage, uint32_t dwFlags, -- cgit v1.2.3