comparison mcabber/mcabber/utf8.c @ 2267:dda89a3801c4

Fix FSF address
author Fabio Alessandro Locati <fabio@locati.cc>
date Sat, 28 May 2016 18:29:46 +0100
parents e6d355e50d7a
children
comparison
equal deleted inserted replaced
2266:bdee1ede7572 2267:dda89a3801c4
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details. 14 * General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19 * USA 19 * 02110-1301 USA
20 */ 20 */
21 21
22 #include "utf8.h" 22 #include "utf8.h"
23 23
24 char *prev_char(char *str, const char *limit) 24 char *prev_char(char *str, const char *limit)