Fix typo

Caught by a newer compiler.  This was a legitimate bug.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I92758be667ddfd969269e671a73334b0929a1750
1 file changed
tree: 9526a1b88030bc6781e60ff7e3258a7f908dc25d
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. callout.cpp
  6. callout.hpp
  7. condense_policy.py
  8. configure.ac
  9. create_error_reports.py
  10. dbus.cpp
  11. dbus.hpp
  12. interfaces.hpp
  13. LICENSE
  14. main.cpp
  15. MAINTAINERS
  16. Makefile.am
  17. manager.cpp
  18. manager.hpp
  19. OWNERS
  20. policy_find.cpp
  21. policy_find.hpp
  22. policy_table.cpp
  23. policy_table.hpp
  24. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.