summaryrefslogtreecommitdiffstats
path: root/main/common/fbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/common/fbi.h')
-rw-r--r--main/common/fbi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/common/fbi.h b/main/common/fbi.h
index 1cdb9e6..9f8aa9a 100644
--- a/main/common/fbi.h
+++ b/main/common/fbi.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright (c) 2013 Alcatel-Lucent
- *
+ *
* Alcatel Lucent licenses this file to You under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. A copy of the License is contained the
@@ -27,15 +27,15 @@
*/
#include "config.h"
-#if INCLUDE_FBI
+#if INCLUDE_FBI
-#define fbi_putchar(a) fbi_putchar(a)
+#define fbi_putchar(a) fbi_putchar(a)
extern void fbi_putchar(char c);
#ifdef FBI_NO_CURSOR
#define fbi_cursor()
#else
-#define fbi_cursor(a) fbi_cursor(a)
+#define fbi_cursor(a) fbi_cursor(a)
extern void fbi_cursor(void);
#endif