diff options
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 54f75f666d0..01ba8f8f5cf 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -245,7 +245,7 @@ struct frame | |||
| 245 | struct x_output *x; | 245 | struct x_output *x; |
| 246 | struct w32_output *w32; | 246 | struct w32_output *w32; |
| 247 | struct mac_output *mac; | 247 | struct mac_output *mac; |
| 248 | int nothing; | 248 | EMACS_INT nothing; |
| 249 | } | 249 | } |
| 250 | output_data; | 250 | output_data; |
| 251 | 251 | ||