summaryrefslogtreecommitdiff
path: root/tools/GOT/detag.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/GOT/detag.c')
-rw-r--r--tools/GOT/detag.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/GOT/detag.c b/tools/GOT/detag.c
index eaa256998..46efe21e2 100644
--- a/tools/GOT/detag.c
+++ b/tools/GOT/detag.c
@@ -6,7 +6,7 @@ int
main(int argc, char *argv[]) {
/* Source output should already have ppm header */
- char line[128];
+ char line[128];
int k,j;
int len;
char *infile;
@@ -53,4 +53,3 @@ main(int argc, char *argv[]) {
fclose(fid_out);
return 0;
}
-