aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index c7589f4..dcb80ca 100644
--- a/st.c
+++ b/st.c
@@ -3992,7 +3992,7 @@ run(void) {
3992 3992
3993 clock_gettime(CLOCK_MONOTONIC, &now); 3993 clock_gettime(CLOCK_MONOTONIC, &now);
3994 drawtimeout.tv_sec = 0; 3994 drawtimeout.tv_sec = 0;
3995 drawtimeout.tv_nsec = (1000/xfps) * 1E6; 3995 drawtimeout.tv_nsec = (1000 * 1E6)/ xfps;
3996 tv = &drawtimeout; 3996 tv = &drawtimeout;
3997 3997
3998 dodraw = 0; 3998 dodraw = 0;