summaryrefslogtreecommitdiff
path: root/glnx-fdio.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-27 21:16:38 -0400
committerColin Walters <walters@verbum.org>2017-06-28 11:23:01 -0400
commit6c2967c1adc56748c24a270cb49d89f07cfde210 (patch)
tree6c11fbaa3550097b62051500bced1d5d45173b14 /glnx-fdio.h
parent71d875543c91b2b6dd710ce6c78696c6c332a1ae (diff)
downloadlibglnx-6c2967c1adc56748c24a270cb49d89f07cfde210.tar.gz
fdio: Remove extra ';' in header
This was confusing `g-ir-scanner`.
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r--glnx-fdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index 14ae57e..f459e93 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -58,7 +58,7 @@ typedef struct {
char *path;
} GLnxTmpfile;
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
glnx_open_anonymous_tmpfile (int flags,