diff options
| author | Robert Pluim | 2023-04-13 10:05:17 +0200 |
|---|---|---|
| committer | Robert Pluim | 2023-04-14 16:50:02 +0200 |
| commit | 7974a9349fc59a79b420f54cda9878792e69a239 (patch) | |
| tree | 7c900f900e91f6a67c115671ad63ae35d608bbc2 /src | |
| parent | a6a127d4d4a81798c5cc35a1723f29e7812cbdf3 (diff) | |
| download | emacs-7974a9349fc59a79b420f54cda9878792e69a239.tar.gz emacs-7974a9349fc59a79b420f54cda9878792e69a239.zip | |
* src/nsterm.m (check_native_fs): Add missing void arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index 46007ec4fcb..87bdb44eadc 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -4603,7 +4603,7 @@ ns_send_appdefined (int value) | |||
| 4603 | 4603 | ||
| 4604 | #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 | 4604 | #if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1070 |
| 4605 | static void | 4605 | static void |
| 4606 | check_native_fs () | 4606 | check_native_fs (void) |
| 4607 | { | 4607 | { |
| 4608 | Lisp_Object frame, tail; | 4608 | Lisp_Object frame, tail; |
| 4609 | 4609 | ||