fixex formatting

This commit is contained in:
Markus Fröschle
2013-12-30 12:19:42 +00:00
parent 5a30b0f61c
commit 0a80ff93a0
3 changed files with 19 additions and 11 deletions

View File

@@ -65,7 +65,7 @@
#ifdef DBG_RADEON
#define dbg(format, arg...) do { xprintf("DEBUG: " format, ##arg); } while (0)
#else
#defind dbg(format, arg...) do { ; } while (0)
#define dbg(format, arg...) do { ; } while (0)
#endif /* DBG_RADEON */
extern void run_bios(struct radeonfb_info *rinfo);