mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f8f04af8ca
The patch has become somebody bigger than I was hoping for. And the original author is MIA... Approved by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
12 lines
262 B
C
12 lines
262 B
C
--- src/GTK/ClientGtk.C Sat Apr 24 02:47:47 1999
|
|
+++ src/GTK/ClientGtk.C Sat Oct 26 00:38:02 2002
|
|
@@ -51,7 +51,7 @@
|
|
|
|
world.run(); // start the client
|
|
|
|
- cout << "Yeah !\n" << endl;
|
|
+ std::cout << "Yeah !\n" << std::endl;
|
|
return 0;
|
|
}
|
|
|