aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 3368c906a2d..7f58114c219 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -317,7 +317,7 @@ struct terminal
317{ 317{
318 /* The first two fields are really the header of a vector */ 318 /* The first two fields are really the header of a vector */
319 /* The terminal code does not refer to them. */ 319 /* The terminal code does not refer to them. */
320 EMACS_INT size; 320 EMACS_UINT size;
321 struct Lisp_Vector *vec_next; 321 struct Lisp_Vector *vec_next;
322 322
323 /* Parameter alist of this terminal. */ 323 /* Parameter alist of this terminal. */