aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-19 22:24:58 +0000
committerDan Nicolaescu2008-12-19 22:24:58 +0000
commit9dcbe89bff8a2b97667d783786603fa53c7da192 (patch)
treebc131b8b61b51ff8811d12a2bcf4501e608cb4f3
parent3d7de9fb39bafb8a6de8c4c0f994d967fe321403 (diff)
downloademacs-9dcbe89bff8a2b97667d783786603fa53c7da192.tar.gz
emacs-9dcbe89bff8a2b97667d783786603fa53c7da192.zip
* sysdep.c (system_process_attributes): Fix typo.
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index a1b0ace8375..80027f30769 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3752,7 +3752,7 @@ system_process_attributes (Lisp_Object pid)
3752Lisp_Object 3752Lisp_Object
3753system_process_attributes (Lisp_Object pid) 3753system_process_attributes (Lisp_Object pid)
3754{ 3754{
3755 return Qnil 3755 return Qnil;
3756} 3756}
3757 3757
3758#endif /* !defined (WINDOWSNT) */ 3758#endif /* !defined (WINDOWSNT) */