From 9dcbe89bff8a2b97667d783786603fa53c7da192 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 19 Dec 2008 22:24:58 +0000 Subject: [PATCH] * sysdep.c (system_process_attributes): Fix typo. --- src/sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) Lisp_Object system_process_attributes (Lisp_Object pid) { - return Qnil + return Qnil; } #endif /* !defined (WINDOWSNT) */ -- 2.39.2