Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1146 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Apr 20, 2004
1 parent 749bc9a commit 03ffd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/runtime/printimpl.c
Expand Up @@ -118,7 +118,7 @@ RML_BEGIN_LABEL(Print__write_5fbuf)

fprintf(file,"%s",buf);

if (fclose(file) != NULL) {
if (fclose(file) != 0) {
/* RMLFAIL */
}

Expand Down

0 comments on commit 03ffd9d

Please sign in to comment.