From 522cd39c452a3453a9b496d350f8ed135fce644e Mon Sep 17 00:00:00 2001 From: Tuan Le Date: Fri, 25 Jun 2010 21:31:28 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=21822 --- samples/atiopencl/atiopencl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/atiopencl/atiopencl.cpp b/samples/atiopencl/atiopencl.cpp index 6f7879f680..ee231d87ff 100644 --- a/samples/atiopencl/atiopencl.cpp +++ b/samples/atiopencl/atiopencl.cpp @@ -225,7 +225,7 @@ int main(int argc, char * argv[]) { update_shmem(); #endif - printf("\nDone! Output is written to file \"%s\" in boinc\\win_build\\Build\\Win32\\Release directory\n",OUTPUT_FILENAME); + printf("\nDone!\n"); getchar(); boinc_finish(0); }