plugins/error.c

changeset 396
fbdaa6b9fb14
parent 393
08e9f0d66748
child 398
c426f81e75ce
equal deleted inserted replaced
395:07e16c17ba84 396:fbdaa6b9fb14
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 }

mercurial