diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-28 08:32:44 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-28 08:32:44 +0000 |
commit | 1602a71d7a64395254e175c5c417fa593647b995 (patch) | |
tree | 75b7b7bbf9a0c9e83b3e6786ae48cb80dd163c09 /tests | |
parent | f783c1d7bcf0674920cbae066de954fe926fd3ac (diff) |
[tests] Fix stray character in previous commit
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-sig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-sig.c b/tests/test-sig.c index 4cb74da9..63aab6f0 100644 --- a/tests/test-sig.c +++ b/tests/test-sig.c @@ -1,7 +1,6 @@ - #include <zebra.h> #include <sigevent.h> -#include "lib/log.h"> +#include "lib/log.h" void sighup (void) |