[libglnx] fdio: Remove extra ';' in header



commit 6c2967c1adc56748c24a270cb49d89f07cfde210
Author: Colin Walters <walters verbum org>
Date:   Tue Jun 27 21:16:38 2017 -0400

    fdio: Remove extra ';' in header
    
    This was confusing `g-ir-scanner`.

 glnx-fdio.h |    2 +-
 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]