From 853757df15383c2e9cc33023dc04a256c458e671 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Apr 2013 22:18:26 +0300 Subject: fix some code style by cpplint. --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 8f03780ba..3ef4dbd40 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1101,7 +1101,7 @@ impHandler0(testsdlfont) delete nullGraphics; delete font; - long int diff = (static_cast( + int64_t diff = (static_cast( time2.tv_sec) * 1000000000LL + static_cast( time2.tv_nsec)) / 100000 - (static_cast( time1.tv_sec) * 1000000000LL + static_cast( -- cgit v1.2.3-60-g2f50