aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidvfs.c')
-rw-r--r--src/androidvfs.c2
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
262verify (NIL_IS_ZERO); /* special_coding_system above. */ 262static_assert (NIL_IS_ZERO); /* special_coding_system above. */
263 263
264enum android_vnode_type 264enum android_vnode_type
265 { 265 {