Skip to content

Commit

Permalink
Merge branch 'geany:master' into devhelpplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
liomarhora committed Jun 2, 2024
2 parents 39581e3 + cae6861 commit db700c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projectorganizer/src/prjorg-project.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static gboolean match_basename(gconstpointer pft, gconstpointer user_data)
* extension and only if this fails, look at the shebang */
static GeanyFiletype *filetypes_detect(const gchar *utf8_filename)
{
struct stat s;
GStatBuf s;
GeanyFiletype *ft = NULL;
gchar *locale_filename;

Expand Down
2 changes: 1 addition & 1 deletion workbench/src/tm_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static gboolean match_basename(gconstpointer pft, gconstpointer user_data)
* extension and only if this fails, look at the shebang */
static GeanyFiletype *filetypes_detect(const gchar *utf8_filename)
{
struct stat s;
GStatBuf s;
GeanyFiletype *ft = NULL;
gchar *locale_filename;

Expand Down

0 comments on commit db700c6

Please sign in to comment.