Mercurial > mplayer.hg
view asmalign.h @ 18970:167f67b7cfe6
Fix code cosmetics
- move messages around to match help_mp-en.h
- remove unneeded indentations etc.
- add/remove empty lines to match help_mp-en.h
Patch by From: Rickard Narstrom % rickard
* narstrom # gmail * com %
Original thread:
Date: Jul 9, 2006 12:30 AM
Subject: Re: [MPlayer-translations] Swedish translation of help_mp.h
author | gpoirier |
---|---|
date | Sun, 09 Jul 2006 11:45:06 +0000 |
parents | 7b408d60de9e |
children |
line wrap: on
line source
#ifdef SYS_DARWIN #define ASMALIGN8 ".align 3\n\t" #define ASMALIGN16 ".align 4\n\t" #else #define ASMALIGN8 ".balign 8\n\t" #define ASMALIGN16 ".balign 16\n\t" #endif