[geany/geany-plugins] ef7b31: debugger: Fix restart() signature in GDB module

Colomban Wendling git-noreply at xxxxx
Fri Jun 8 16:37:19 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 08 Jun 2012 16:37:19
Commit:      ef7b3156734a04af094572ebd52644e64e3484c5
             https://github.com/geany/geany-plugins/commit/ef7b3156734a04af094572ebd52644e64e3484c5

Log Message:
-----------
debugger: Fix restart() signature in GDB module


Modified Paths:
--------------
    debugger/src/dbm_gdb.c

Modified: debugger/src/dbm_gdb.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -888,7 +888,7 @@ static gboolean run(const gchar* file, const gchar* commandline, GList* env, GLi
 /*
  * starts debugging
  */
-static void restart(char* terminal_device)
+static void restart(void)
 {
 	dbg_cbs->clear_messages();
 	exec_async_command("-exec-run &");


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list