summaryrefslogblamecommitdiff
path: root/games/znibbles/files/patch-src::GTK::ClientGtk.C
blob: b9633a81ecfd00fc2284b7100149be51f0393d5e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                   
--- 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;
 }