]> git.sur5r.net Git - cc65/commitdiff
Minor change.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jun 2012 12:20:50 +0000 (12:20 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jun 2012 12:20:50 +0000 (12:20 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5697 b7a2c559-68d2-44c3-8de9-860c34a00d81

samples/geos/overlay-demo.c

index cc751ea37ae7581f7bc73eac083b719c287eff37..1f0bbf6f7ec2046e39287110442b9fdce86e3d89 100644 (file)
@@ -20,12 +20,11 @@ void show(char *name)
     char line1[40];
 
     sprintf(line1, CBOLDON "Overlay Demo - Overlay %s" CPLAINTEXT, name);
-    DlgBoxOk(line1,
-             "Click OK to return to Main.");
+    DlgBoxOk(line1, "Click OK to return to Main.");
 }
 
 /* In a real-world overlay program one would probably not use a #pragma but
- * rather place the all the code of certain souce files into the overlay by
+ * rather place the all the code of certain source files into the overlay by
  * compiling them with --code-name OVERLAY1.
  */
 #pragma code-name(push, "OVERLAY1");