src/unix.cpp
changeset 5674 abe7d6b7b1d4
parent 5609 dc6a58930ba4
child 5941 adaea39e84ab
equal deleted inserted replaced
5673:543f471cb12e 5674:abe7d6b7b1d4
   109 }
   109 }
   110 #endif
   110 #endif
   111 
   111 
   112 void ShowInfo(const char *str)
   112 void ShowInfo(const char *str)
   113 {
   113 {
   114 	fprintf(stderr, str);
   114 	fprintf(stderr, "%s\n", str);
   115 }
   115 }
   116 
   116 
   117 void ShowOSErrorBox(const char *buf)
   117 void ShowOSErrorBox(const char *buf)
   118 {
   118 {
   119 #if defined(__APPLE__)
   119 #if defined(__APPLE__)