changeset 100572:7d5b97314a0a

* sysdep.c (system_process_attributes): Fix typo.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Dec 2008 22:24:58 +0000
parents ebc59d34e84a
children 29b9d06ea622
files src/sysdep.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) */