[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / gmodule / gmodule-win32.c
index 439fb5d..2a35b19 100644 (file)
@@ -15,9 +15,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -84,7 +82,7 @@ _g_module_open (const gchar *file_name,
   g_free (wfilename);
       
   if (!handle)
-    set_error ("`%s': ", file_name);
+    set_error ("'%s': ", file_name);
 
   return handle;
 }