Fix header guard

Found by clang

License: MIT
Signed-off-by: Simo Sorce <simo@redhat.com>
This commit is contained in:
Simo Sorce 2014-07-31 13:53:28 -04:00 committed by Benjamin Dauvergne
parent 3bd2c479a0
commit fda8ae9f85
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
*/
#ifndef __LASSO_DEBUG_H__
#define __LASSO__DEBUGH__
#define __LASSO_DEBUG_H__
#ifdef __cplusplus
extern "C" {