Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 24 Aug 2012 18:20:09 Commit: ce742b45dd103435a77f8ab391bdaec67cde36a0 https://github.com/geany/geany/commit/ce742b45dd103435a77f8ab391bdaec67cde36...
Log Message: ----------- Remove spurious semicolons
Modified Paths: -------------- src/build.c
Modified: src/build.c 8 files changed, 4 insertions(+), 4 deletions(-) =================================================================== @@ -479,7 +479,7 @@ static GeanyBuildCommand *get_build_group(const GeanyBuildSource src, const Gean GeanyBuildCommand **g = get_build_group_pointer(src, grp); if (g == NULL) return NULL; return *g; -}; +}
/** Remove the specified Build menu item. @@ -587,7 +587,7 @@ const gchar *build_get_current_menu_item(const GeanyBuildGroup grp, const guint break; } return str; -}; +}
/** Set the string for the menu item field. * @@ -635,7 +635,7 @@ void build_set_menu_item(const GeanyBuildSource src, const GeanyBuildGroup grp, break; } build_menu_update(NULL); -}; +}
/** Set the string for the menu item field. * @@ -649,7 +649,7 @@ void build_set_menu_item(const GeanyBuildSource src, const GeanyBuildGroup grp, void build_activate_menu_item(const GeanyBuildGroup grp, const guint cmd) { on_build_menu_item(NULL, GRP_CMD_TO_POINTER(grp, cmd)); -}; +}
/* Clear all error indicators in all documents. */
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).