~ubuntu-branches/ubuntu/trusty/recoll/trusty

« back to all changes in this revision

Viewing changes to unac/unac.c

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2008-05-29 23:25:40 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080529232540-9kuyznin2g8zmjn9
Tags: 1.10.2-1
* New upstream release
  + Updated patch debian/patches/02_gcc-snapshot-missing-headers-fix.dpatch
    Some portions are now merged with upstream
* debian/copyright:
  + Fixed indentation to 80 characters
  + Updated Debian package copyright year

Show diffs side-by-side

added added

removed removed

Lines of Context:
13135
13135
 * compatibility hack introduced in some GNU/Linux distributions that
13136
13136
 * did not know UTF-16BE.
13137
13137
 */
13138
 
static const char* utf16be()
 
13138
static const char* utf16be(void)
13139
13139
{
13140
13140
  iconv_t cd;
13141
13141
  static char* name = 0;