diff options
Diffstat (limited to 'libio/libioP.h')
-rw-r--r-- | libio/libioP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libioP.h b/libio/libioP.h index 97c3206c4d..a90a604e53 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -273,7 +273,7 @@ struct _IO_FILE_plus same. */ struct _IO_FILE_complete { - struct _IO_FILE_plus plus;; + struct _IO_FILE_plus plus; _IO_off64_t _offset; int _unused2[16]; /* Make sure we don't get into trouble again. */ }; |