diff options
Diffstat (limited to 'src/androidvfs.c')
| -rw-r--r-- | src/androidvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidvfs.c b/src/androidvfs.c index bb855099c77..d09965eb755 100644 --- a/src/androidvfs.c +++ b/src/androidvfs.c | |||
| @@ -259,7 +259,7 @@ struct android_special_vnode | |||
| 259 | Lisp_Object special_coding_system; | 259 | Lisp_Object special_coding_system; |
| 260 | }; | 260 | }; |
| 261 | 261 | ||
| 262 | verify (NIL_IS_ZERO); /* special_coding_system above. */ | 262 | static_assert (NIL_IS_ZERO); /* special_coding_system above. */ |
| 263 | 263 | ||
| 264 | enum android_vnode_type | 264 | enum android_vnode_type |
| 265 | { | 265 | { |