* locale/programs/locale.c (main): Fix typo in last patch.
2003-05-21 Ulrich Drepper <drepper@redhat.com>
+ * locale/programs/locale.c (main): Fix typo in last patch.
+
* csu/elf-init.c: Mark __preinit_array_start, __preinit_array_end,
__init_array_start, __init_array_end, __fini_array_start, and
__fini_array_end as hidden.
/* Specific information about the current locale are requested.
Change to this locale now. */
- if (setlocale (LC_ALL, "") = NULL)
+ if (setlocale (LC_ALL, "") == NULL)
error (0, errno, gettext ("Cannot set LC_ALL to default locale"));
/* If no real argument is given we have to print the contents of the