From: Dan Nicolaescu Date: Fri, 19 Dec 2008 22:24:58 +0000 (+0000) Subject: * sysdep.c (system_process_attributes): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9dcbe89bff8a2b97667d783786603fa53c7da192;p=emacs.git * sysdep.c (system_process_attributes): Fix typo. --- 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) */