summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hfile2array/hfile2array.c')
-rw-r--r--hfile2array/hfile2array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hfile2array/hfile2array.c b/hfile2array/hfile2array.c
index 765821f..0414afa 100644
--- a/hfile2array/hfile2array.c
+++ b/hfile2array/hfile2array.c
@@ -110,7 +110,7 @@ int main(int argc, char **argv)
110 { 110 {
111 if (fputs(line, out) < 0) 111 if (fputs(line, out) < 0)
112 { 112 {
113 printf ("fputs %s error\n", fputs); 113 printf ("fputs %s error\n", line);
114 goto error; 114 goto error;
115 } 115 }
116 } 116 }
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
123 123
124 if (fputs("};\n", out) < 0) 124 if (fputs("};\n", out) < 0)
125 { 125 {
126 printf ("fputs %s error\n", fputs); 126 printf ("fputs };\\n error\n");
127 goto error; 127 goto error;
128 } 128 }
129 129