Commit a8af0d75 authored by Claes Sjofors's avatar Claes Sjofors

Plc compile, line feed was missing after ScanTime_exec

parent 5a6b7d20
...@@ -14525,7 +14525,7 @@ int gcg_comp_m55( gcg_ctx gcgctx, vldh_t_node node) ...@@ -14525,7 +14525,7 @@ int gcg_comp_m55( gcg_ctx gcgctx, vldh_t_node node)
/* Print the execute command */ /* Print the execute command */
IF_PR fprintf( gcgctx->files[GCGM1_CODE_FILE], IF_PR fprintf( gcgctx->files[GCGM1_CODE_FILE],
"%s_exec( %c%s);", "%s_exec( %c%s);\n",
name, name,
GCG_PREFIX_REF, GCG_PREFIX_REF,
vldh_IdToStr(0, node->ln.oid)); vldh_IdToStr(0, node->ln.oid));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment