freemyipod r17 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r16‎ | r17 | r18 >
Date:22:01, 4 August 2010
Author:theseven
Status:new
Tags:
Comment:
Fix snprintf.h include guard
Modified paths:
  • /embios/trunk/snprintf.h (modified) (history)

Diff [purge]

Index: embios/trunk/snprintf.h
@@ -21,8 +21,8 @@
2222 //
2323
2424
25 -#ifndef __PANIC_H__
26 -#define __PANIC_H__
 25+#ifndef __SNPRINTF_H__
 26+#define __SNPRINTF_H__
2727
2828
2929 #define __need___va_list

Follow-up revisions

RevisionCommit summaryAuthorDate
r39Merged r17 from trunk.cmwslw07:10, 6 August 2010