Skip to content
Snippets Groups Projects
Commit 6c2967c1 authored by Colin Walters's avatar Colin Walters
Browse files

fdio: Remove extra ';' in header

This was confusing `g-ir-scanner`.
parent 71d87554
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ typedef struct { ...@@ -58,7 +58,7 @@ typedef struct {
char *path; char *path;
} GLnxTmpfile; } GLnxTmpfile;
void glnx_tmpfile_clear (GLnxTmpfile *tmpf); void glnx_tmpfile_clear (GLnxTmpfile *tmpf);
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GLnxTmpfile, glnx_tmpfile_clear); G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GLnxTmpfile, glnx_tmpfile_clear)
gboolean gboolean
glnx_open_anonymous_tmpfile (int flags, glnx_open_anonymous_tmpfile (int flags,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment