X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fguile-init.cc;h=df2f192538a648ca283ee96eef85ff6fee9cc279;hb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;hp=5f1bb6e27fb6487f8e2d71606d4a1561dce9ba41;hpb=1c72394c0ae30ba289f869059ec2532eac8d4015;p=lilypond.git diff --git a/lily/guile-init.cc b/lily/guile-init.cc index 5f1bb6e27f..df2f192538 100644 --- a/lily/guile-init.cc +++ b/lily/guile-init.cc @@ -2,7 +2,7 @@ This file is part of LilyPond, the GNU music typesetter. Copyright (C) 2006--2011 Han-Wen Nienhuys - + LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,15 +18,14 @@ along with LilyPond. If not, see . */ -#include "lily-guile.hh" -#include "main.hh" -#include "warn.hh" +#include "lily-guile.hh" +#include "main.hh" +#include "warn.hh" /* INIT */ - typedef void (*Void_fptr) (); vector *scm_init_funcs_; @@ -48,7 +47,7 @@ ly_init_ly_module (void *) { progress_indication ("["); scm_display (scm_c_eval_string ("(%search-load-path \"lily.scm\")"), - scm_current_error_port ()); + scm_current_error_port ()); progress_indication ("]\n"); }