fix API build

This commit is contained in:
Matthias Ringwald 2015-06-25 16:49:16 +02:00
parent 4f3e974e44
commit de7c3fddec

View File

@ -75,7 +75,7 @@ def writeAPI(apifile, btstackfolder, apis, mk_codeidentation):
parts = re.match('\s*(/\*).*API_END.*(\*/)',line)
if parts:
state = State.DoneAPI
return
continue
fout.write(mk_codeidentation + line)
continue