]> git.sur5r.net Git - cc65/blobdiff - src/da65/main.c
Followed the discussions in the Pull request #682.
[cc65] / src / da65 / main.c
index 6ce5f32afb2288dfa2e3f78e67277f045c33a33d..b0a784dd88338ceb5f03bf4fb5efbde4310e0f78 100644 (file)
@@ -318,7 +318,7 @@ static void OptSyncLines (const char* Opt attribute ((unused)),
                           const char* Arg attribute ((unused)))
 /* Handle the --sync-lines option */
 {
-    InfoSyncLines = 1;
+    SyncLines = 1;
 }