]> arthur.barton.de Git - ngircd-alex.git/commit
const'ify ngt_SyslogFacilityName() function
authorAlexander Barton <alex@barton.de>
Tue, 5 Oct 2010 18:16:35 +0000 (20:16 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 5 Oct 2010 18:16:35 +0000 (20:16 +0200)
commit3a826b774a10a069d2f18b1a07842acf8da8fc49
treefcf6ccf2336510d5eae1a5c17f141132044fec2a
parentc51cc88eb08eb3aa3fd626347bd9c87f2ae7f9c1
const'ify ngt_SyslogFacilityName() function

This fixes the following gcc compiler warning:

tool.c: In function 'ngt_SyslogFacilityName':
tool.c:195: warning: return discards qualifiers from pointer target type
src/tool/tool.c
src/tool/tool.h