diff -r 3345048104fc -r fc24e3b47731 me8100_test_int/me8100_test_int.c --- a/me8100_test_int/me8100_test_int.c Wed Jan 16 14:02:54 2002 +0100 +++ b/me8100_test_int/me8100_test_int.c Wed Jan 16 15:54:58 2002 +0100 @@ -27,7 +27,7 @@ #include #include -#include "../me8100.h" +#include "me8100.h" /* Prototypes */ static void signal_handler(int); @@ -230,3 +230,7 @@ "int_count_2 = %04d\n\n", i, intcounts.int1, intcounts.int2); return; } + +/* + * vim:sts=2 sw=2 aw ai sm: + */