src/unix.cpp
changeset 5925 f8e678955ef1
parent 5860 7fdc9b423ba1
child 6192 c6adfc929c6b
equal deleted inserted replaced
5924:077448ca4bf2 5925:f8e678955ef1
   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__)