* sysdep.c (system_process_attributes): Fix typo.

This commit is contained in:
Dan Nicolaescu
2008-12-19 22:24:58 +00:00
parent 3d7de9fb39
commit 9dcbe89bff

View File

@@ -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) */