mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 22:18:54 +01:00
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153)
This commit is contained in:
@ -133,7 +133,7 @@ int main(void)
|
||||
static void UpdateClock(Clock *clock)
|
||||
{
|
||||
time_t rawtime;
|
||||
struct tm * timeinfo;
|
||||
struct tm *timeinfo;
|
||||
|
||||
time(&rawtime);
|
||||
timeinfo = localtime(&rawtime);
|
||||
|
||||
Reference in New Issue
Block a user