Skip to content

Commit

Permalink
Missing a newline causes compilation failure
Browse files Browse the repository at this point in the history
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2387 19bc5d8c-e614-43d4-8b26-e1612bc8e597
  • Loading branch information
Kurtis Heimerl committed Oct 23, 2011
1 parent a3e97e1 commit d0e8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/translateConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
VALUESTRING TEXT, \
STATIC INTEGER DEFAULT 0, \
OPTIONAL INTEGER DEFAULT 0, \
COMMENTS TEXT DEFAULT ''
COMMENTS TEXT DEFAULT '' \
);"


Expand Down

0 comments on commit d0e8045

Please sign in to comment.