aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Pluim2023-04-13 10:05:17 +0200
committerRobert Pluim2023-04-14 16:50:02 +0200
commit7974a9349fc59a79b420f54cda9878792e69a239 (patch)
tree7c900f900e91f6a67c115671ad63ae35d608bbc2 /src
parenta6a127d4d4a81798c5cc35a1723f29e7812cbdf3 (diff)
downloademacs-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.m2
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
4605static void 4605static void
4606check_native_fs () 4606check_native_fs (void)
4607{ 4607{
4608 Lisp_Object frame, tail; 4608 Lisp_Object frame, tail;
4609 4609