Add GPL copyright notices to uncopyrighted files.
[deliverable/binutils-gdb.git] / gdb / ser-ocd.c
index c5c71035af16ef1fe31c644b4809033ea2fcf3ef..deb2d3d05bc97434297c116edc7d87b8ecc31856 100644 (file)
@@ -49,7 +49,7 @@ ocd_open (scb, name)
       if (handle == NULL)
        error ("Can't load Wigglers.dll");
 
-      dll_do_command = ((int (*)PARAMS ((const char *, char *)))
+      dll_do_command = ((int (*) (const char *, char *))
                        GetProcAddress (handle, "do_command"));
       if (dll_do_command == NULL)
        error ("Can't find do_command function in Wigglers.dll");
This page took 0.024904 seconds and 4 git commands to generate.