summaryrefslogtreecommitdiffstats
path: root/fpgaedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'fpgaedit.c')
-rw-r--r--fpgaedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpgaedit.c b/fpgaedit.c
index 968efca..b5b9ad6 100644
--- a/fpgaedit.c
+++ b/fpgaedit.c
@@ -34,7 +34,7 @@ int main (int argc, char *argv[])
if (kom_arg->optind)
{
fhan = fopen(argv[kom_arg->optind], "r+");
- if (!fhan) printf ("open >%s< failed\n%s\n",
+ if (!fhan) printf ("opening \"%s\" failed\n%s\n",
argv[kom_arg->optind], strerror(errno));
}