patch-src_ccze-plugin_c 385 B

12345678910111213
  1. $OpenBSD: patch-src_ccze-plugin_c,v 1.1 2003/07/16 09:40:29 sturm Exp $
  2. --- src/ccze-plugin.c.orig Tue May 13 20:09:08 2003
  3. +++ src/ccze-plugin.c Wed Jul 16 11:18:38 2003
  4. @@ -208,7 +208,7 @@ ccze_plugin_load (const char *name)
  5. }
  6. static int
  7. -_ccze_plugin_select (const struct dirent *de)
  8. +_ccze_plugin_select (struct dirent *de)
  9. {
  10. if (strstr (de->d_name, ".so"))
  11. return 1;