comparison sidinfo.c @ 32:93a432519b84

Indentation cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Sep 2014 00:16:26 +0300
parents 727c012d5de4
children 39d9df17c8b1
comparison
equal deleted inserted replaced
31:727c012d5de4 32:93a432519b84
15 15
16 16
17 // Flags for various information fields 17 // Flags for various information fields
18 enum 18 enum
19 { 19 {
20 PSF_NONE = 0, 20 PSF_NONE = 0,
21 21
22 PSF_TYPE = 0x00000001, 22 PSF_TYPE = 0x00000001,
23 PSF_VERSION = 0x00000002, 23 PSF_VERSION = 0x00000002,
24 PSF_DATA_OFFS = 0x00000004, 24 PSF_DATA_OFFS = 0x00000004,
25 PSF_LOAD_ADDR = 0x00000008, 25 PSF_LOAD_ADDR = 0x00000008,
26 PSF_INIT_ADDR = 0x00000010, 26 PSF_INIT_ADDR = 0x00000010,
27 PSF_PLAY_ADDR = 0x00000020, 27 PSF_PLAY_ADDR = 0x00000020,