Browse Source

indention fix

tags/1.9.9.5
Nedko Arnaudov 13 years ago
parent
commit
fcda41cb59
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dbus/wscript
  2. +1
    -1
      linux/wscript

+ 1
- 1
dbus/wscript View File

@@ -63,7 +63,7 @@ def build(bld):
#'xml_nop.c',
'xml_write_raw.c',
'sigsegv.c',
'reserve.c',
'reserve.c',
]
obj.use = ['serverlib']
if bld.env['IS_LINUX']:


+ 1
- 1
linux/wscript View File

@@ -54,7 +54,7 @@ def build(bld):
'../common/memops.c',
'alsa/generic_hw.c',
'alsa/hdsp.c',
'alsa/alsa_driver.c',
'alsa/alsa_driver.c',
'alsa/hammerfall.c',
'alsa/ice1712.c'
]


Loading…
Cancel
Save