# HG changeset patch # User Dan Nicolaescu # Date 1229725498 0 # Node ID 7d5b97314a0a70fc85245b9773963a0867138a1f # Parent ebc59d34e84a39c1e1e1059fc69c522668b64237 * sysdep.c (system_process_attributes): Fix typo. diff -r ebc59d34e84a -r 7d5b97314a0a src/sysdep.c --- a/src/sysdep.c Fri Dec 19 22:19:49 2008 +0000 +++ b/src/sysdep.c Fri Dec 19 22:24:58 2008 +0000 @@ -3752,7 +3752,7 @@ Lisp_Object system_process_attributes (Lisp_Object pid) { - return Qnil + return Qnil; } #endif /* !defined (WINDOWSNT) */