Skip to content

Commit

Permalink
Fix syntax typo in the settings-sample.lgt sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoura committed Oct 25, 2016
1 parent e837792 commit 82a5151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings-sample.lgt
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Sample settings file
% Last updated on September 27, 2016
% Last updated on October 25, 2016
%
% This file is part of Logtalk <http://logtalk.org/>
% Copyright 1998-2016 Paulo Moura <pmoura@logtalk.org>
Expand Down Expand Up @@ -223,7 +223,7 @@ logtalk_library_path(my_project_examples, my_project('examples/')).
:- use_module(library(statistics)).
:- initialization((
set_logtalk_flag(code_prefix, '.'),
set_logtalk_flag(code_prefix, '.')
)).
:- endif.
Expand Down

0 comments on commit 82a5151

Please sign in to comment.