File diff r5673:71ed7ca97ceb → r5674:b8be7c01484f
src/unix.cpp
Show inline comments
 
@@ -111,7 +111,7 @@ static void ChangeWorkingDirectory(char 
 

	
 
void ShowInfo(const char *str)
 
{
 
	fprintf(stderr, str);
 
	fprintf(stderr, "%s\n", str);
 
}
 

	
 
void ShowOSErrorBox(const char *buf)