1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

removed unused variable

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2178 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-03 13:05:46 +00:00 committed by cras
parent 85d0060426
commit 294c94573a

View File

@ -169,7 +169,7 @@ void perl_scripts_deinit(void)
translated to '_' */
void script_fix_name(char *name)
{
char *ret, *p;
char *p;
p = strrchr(name, '.');
if (p != NULL) *p = '\0';