From 59c3ecd9c2af75b6404e2b4e52369c4b125f401e Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 30 Nov 2017 21:42:44 +0000 Subject: Fix comment alignment --- src/imv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imv.c b/src/imv.c index 1365fa9..4f8c552 100644 --- a/src/imv.c +++ b/src/imv.c @@ -613,7 +613,7 @@ int imv_run(struct imv *imv) unsigned int timeout = 1000; /* sleep up to a second */ /* if we need to display the next frame of an animation soon we should - * limit our sleep until the next frame is due */ + * limit our sleep until the next frame is due */ const double next_frame_in = imv_loader_time_left(imv->loader); if(next_frame_in > 0.0) { timeout = (unsigned int)(next_frame_in * 1000.0); -- cgit v1.2.3