diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 9ff24cba8f3..af1c55318c4 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -814,7 +814,7 @@ If you want them to stand for years in this century, you must do that yourself." | |||
| 814 | { | 814 | { |
| 815 | time_t time; | 815 | time_t time; |
| 816 | struct tm tm; | 816 | struct tm tm; |
| 817 | Lisp_Object zone = (nargs > 6)? args[nargs - 1] : Qnil; | 817 | Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil); |
| 818 | 818 | ||
| 819 | CHECK_NUMBER (args[0], 0); /* second */ | 819 | CHECK_NUMBER (args[0], 0); /* second */ |
| 820 | CHECK_NUMBER (args[1], 1); /* minute */ | 820 | CHECK_NUMBER (args[1], 1); /* minute */ |