diff options
author | paul <paul> | 2006-05-28 08:32:44 +0000 |
---|---|---|
committer | paul <paul> | 2006-05-28 08:32:44 +0000 |
commit | 07c09bce5912f0f9001b7bd68ce634620454abc4 (patch) | |
tree | 7b7f0755efaee1dfdcc80edcf1beed084703162b /tests/test-sig.c | |
parent | 11e2cfe06e8fb850c0acbb041ce091cab3bdb71a (diff) | |
download | quagga-07c09bce5912f0f9001b7bd68ce634620454abc4.tar.bz2 quagga-07c09bce5912f0f9001b7bd68ce634620454abc4.tar.xz |
[tests] Fix stray character in previous commit
Diffstat (limited to 'tests/test-sig.c')
-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) |