Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemove extra whitespace - filmtools - various tools for photographic film deve…
git clone git://src.adamsgaard.dk/filmtools
Log
Files
Refs
---
commit f9489a52dd0a28d71e88aed7f51d8d14b2911001
parent c8dd9b0bf1a070796343b7c4f0336be30609ee9f
Author: Anders Damsgaard <[email protected]>
Date: Sun, 12 Jan 2020 14:03:22 +0100
Remove extra whitespace
Diffstat:
M timeadj.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/timeadj.c b/timeadj.c
t@@ -37,7 +37,7 @@ main(int argc, char** argv)
printf("%d:%02d\n",
(int)(sec_equiv*factor/60.0),
- (int)(sec_equiv*factor) % 60);
+ (int)(sec_equiv*factor)%60);
return 0;
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.