Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Fix fe-text compilation - it still segfaults though
Browse files Browse the repository at this point in the history
  • Loading branch information
Berke Viktor committed Oct 24, 2012
1 parent d26aa1b commit bbf2ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fe-text/fe-text.c
Expand Up @@ -788,7 +788,7 @@ fe_userlist_hide (session * sess)
{
}
void
fe_lastlog (session * sess, session * lastlog_sess, char *sstr, gboolean regexp)
fe_lastlog (session *sess, session *lastlog_sess, char *sstr, gtk_xtext_search_flags flags)
{
}
void
Expand Down

0 comments on commit bbf2ad1

Please sign in to comment.