~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to epan/unicode-utils.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* unicode-utils.c
2
2
 * Unicode utility routines
3
3
 *
4
 
 * $Id: unicode-utils.c 19293 2006-09-22 22:34:54Z gerald $
 
4
 * $Id: unicode-utils.c 20122 2006-12-12 02:24:51Z wmeier $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
125
125
  return utf8buf[idx];
126
126
}
127
127
 
 
128
#else
 
129
        ;
128
130
#endif