pidgin/purple-plugin-pack

Compile, bitch!
org.guifications.plugins
2007-06-24, rekkanoryo
2b240513a3fd
Parents e3a8b28fb57a
Children f90185083433
Compile, bitch!
  • +1 -1
    gRIM/gRIM.c
  • --- a/gRIM/gRIM.c Sun Jun 24 20:46:36 2007 -0400
    +++ b/gRIM/gRIM.c Sun Jun 24 21:37:26 2007 -0400
    @@ -239,7 +239,7 @@
    }
    if(*args && !g_ascii_strcasecmp(*args,"quit")) {
    - GList *list = NULL, tmp = NULL;
    + GList *list = NULL, *tmp = NULL;
    tmp = info->lyric;
    list = g_list_append(list, "Fine, I'll stop");
    info->lyric = list;