X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fjavaexec.c;h=071e8220f839a070da69f2e253b44fd1fbd5fc1c;hb=4430dd023d6c2b7b63a87fa62dcc2360c5a34a12;hp=64584b83518c8ffea770eead216930fc6a0a8d4c;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/javaexec.c b/lib/javaexec.c index 64584b835..071e8220f 100644 --- a/lib/javaexec.c +++ b/lib/javaexec.c @@ -1,5 +1,5 @@ /* Execute a Java program. - Copyright (C) 2001-2003, 2006-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -358,7 +358,7 @@ execute_java_class (const char *class_name, } #if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ - /* Win32, Cygwin */ + /* Native Windows, Cygwin */ { static bool jview_tested; static bool jview_present;