Skip to content

Commit

Permalink
Merge pull request #19 from jrtc27/patch-1
Browse files Browse the repository at this point in the history
Add missing null terminator to inf_browser_status_values
  • Loading branch information
aburgm committed Mar 23, 2018
2 parents 67eb3ce + 84e1a06 commit e09c5b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libinfinity/common/inf-browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ static const GEnumValue inf_browser_status_values[] = {
INF_BROWSER_OPEN,
"INF_BROWSER_OPEN",
"open"
}, {
0,
NULL,
NULL
}
};

Expand Down

0 comments on commit e09c5b7

Please sign in to comment.