add missing semicolon

This commit is contained in:
Mark Andrews 2012-07-20 17:27:17 +10:00
parent a445406724
commit 2edb09e6dd

View file

@ -25,7 +25,7 @@
/*
* Windows doesn't typedef this.
*/
typedef unsigned short mode_t
typedef unsigned short mode_t;
/* open() under unix allows setting of read/write permissions
* at the owner, group and other levels. These don't exist in NT