1
0
Fork 0
forked from len0rd/rockbox

Fix typo from r28026 causing warnings on newer gcc.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-11-01 21:37:57 +00:00
parent 5245c9254a
commit 0e5cd90f46

View file

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/
/* workaround gcc 3.4.6 -std=gnu99 */
#ifndef __ASSEMBLER
#ifndef __ASSEMBLER__
#define __ASSEMBLER__
#endif