comparison plugins/error.c @ 396:b1d5c6ab7b0d

[gaim-migrate @ 406] why do i bother committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 13:45:22 +0000
parents bbff7d508593
children 59d97cd251ff
comparison
equal deleted inserted replaced
395:9a436c1d128d 396:b1d5c6ab7b0d
34 /* we should never get here */ 34 /* we should never get here */
35 return NULL; 35 return NULL;
36 } 36 }
37 37
38 char *name() { 38 char *name() {
39 return "Error Tester" VERSION ; 39 return "Error Tester " VERSION ;
40 } 40 }
41 41
42 char *description() { 42 char *description() {
43 return "A nice little program that causes error messages"; 43 return "A nice little program that causes error messages";
44 } 44 }