Skip to content

Commit

Permalink
- Fix warning in Settings_rml.c
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7055 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 17, 2010
1 parent ea3a33e commit 43e2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/Settings_rml.c
Expand Up @@ -209,7 +209,7 @@ RML_END_LABEL

RML_BEGIN_LABEL(Settings__getInstallationDirectoryPath)
{
char *path = SettingsImpl__getInstallationDirectoryPath();
const char *path = SettingsImpl__getInstallationDirectoryPath();
if (path == NULL)
RML_TAILCALLK(rmlFC);
else
Expand Down

0 comments on commit 43e2c38

Please sign in to comment.