X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Futf8-test.c;h=d12ed58ec3961648b1edecc4672d3fe348463a91;hb=2aa610ca9e872c18937c298d1d52dea20702176d;hp=ce7a984e57fdb77afac8f692f51e7d4864f56211;hpb=9541ceb22b5ecd525e16a318b95329a38240a7a4;p=catta diff --git a/avahi-common/utf8-test.c b/avahi-common/utf8-test.c index ce7a984..d12ed58 100644 --- a/avahi-common/utf8-test.c +++ b/avahi-common/utf8-test.c @@ -1,18 +1,16 @@ -/* $Id$ */ - /*** This file is part of avahi. - + avahi is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + avahi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with avahi; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 @@ -34,4 +32,6 @@ int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) { assert(avahi_utf8_valid("hallo")); assert(!avahi_utf8_valid("üxknürz")); assert(avahi_utf8_valid("üxknürz")); + + return 0; }