Correct the mode line syntax.

This commit is contained in:
Russel Winder
2009-07-28 16:33:02 +01:00
parent 7936ee6775
commit 083d9e7864
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# -*- mode: python; coding: utf-8 -*-
# -*- mode: python; coding: utf-8; -*-
# Codezero -- a microkernel for embedded systems.
#
@@ -37,4 +37,3 @@ libs = { }
crts = { }
for variant in [ 'baremetal' , 'userspace' ] :
( libs[variant] , crts[variant] ) = SConscript ( 'libs/c/SConscript' , variant_dir = 'build/lib/c/' + variant , duplicate = 0 , exports = { 'variant' : variant } )

View File

@@ -1,4 +1,4 @@
# -*- mode: python; coding: utf-8 -*-
# -*- mode: python; coding: utf-8; -*-
# Codezero -- a microkernel for embedded systems.
#