diff options
Diffstat (limited to 'gdb/ser-ocd.c')
-rw-r--r-- | gdb/ser-ocd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ser-ocd.c b/gdb/ser-ocd.c index 733d69217c1..c5c71035af1 100644 --- a/gdb/ser-ocd.c +++ b/gdb/ser-ocd.c @@ -30,7 +30,7 @@ #ifdef _WIN32 /* On Windows, this function pointer is initialized to a function in the wiggler DLL. */ -static int (*dll_do_command) PARAMS ((const char *, char *)); +static int (*dll_do_command) (const char *, char *); #endif static int |