Skip to content
Snippets Groups Projects
Commit adf602e1 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

nothing changed

Rev: bin/mkpeep.pike:1.20
parent cbce8f91
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#pragma strict_types #pragma strict_types
/* $Id: mkpeep.pike,v 1.19 2000/09/05 13:16:53 grubba Exp $ */ /* $Id: mkpeep.pike,v 1.20 2000/09/06 01:25:22 hubbe Exp $ */
#define JUMPBACK 3 #define JUMPBACK 3
...@@ -157,7 +157,7 @@ array(int|string|array(string)) split(string s) ...@@ -157,7 +157,7 @@ array(int|string|array(string)) split(string s)
} }
/* Find the source/dest separator */ /* Find the source/dest separator */
int i=search(b, ":"); i=search(b, ":");
if(i==-1) if(i==-1)
{ {
werror("Syntax error (%O).\n",b); werror("Syntax error (%O).\n",b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment