diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 3752 | Lisp_Object | 3752 | Lisp_Object |
| 3753 | system_process_attributes (Lisp_Object pid) | 3753 | system_process_attributes (Lisp_Object pid) |
| 3754 | { | 3754 | { |
| 3755 | return Qnil | 3755 | return Qnil; |
| 3756 | } | 3756 | } |
| 3757 | 3757 | ||
| 3758 | #endif /* !defined (WINDOWSNT) */ | 3758 | #endif /* !defined (WINDOWSNT) */ |