소스 검색

Fix parenthesis.

Carsten Dominik 17 년 전
부모
커밋
f03aa6e48a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-timer.el

+ 1 - 1
lisp/org-timer.el

@@ -90,7 +90,7 @@ that was not started at the correct moment."
 	   (org-timer-secs-to-hms
 	    (floor
 	     (- (time-to-seconds (current-time))
-		(time-to-seconds org-timer-start-time))))))))
+		(time-to-seconds org-timer-start-time)))))))
 
 ;;;###autoload
 (defun org-timer-change-times-in-region (beg end delta)