summaryrefslogtreecommitdiff
path: root/src/cli-gaa.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-15 13:12:07 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-15 13:12:07 +0000
commit05d8fa74cc750227c16f7fb24d78a39627559e00 (patch)
tree247410b2d11563030993fc8d92ff2ee990114412 /src/cli-gaa.c
parenta1ff3939e33431f7d390c67cd3b3082976ee2491 (diff)
downloadgnutls-05d8fa74cc750227c16f7fb24d78a39627559e00.tar.gz
Regenerate GAA code, to remove use of C++ // comments.
Diffstat (limited to 'src/cli-gaa.c')
-rw-r--r--src/cli-gaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-gaa.c b/src/cli-gaa.c
index d18c8633b6..108449e077 100644
--- a/src/cli-gaa.c
+++ b/src/cli-gaa.c
@@ -1304,7 +1304,7 @@ static int gaa_internal_get_next_str(FILE *file, gaa_str_node *tmp_str, int argc
len++;
a = fgetc( file);
- if(a==EOF) return 0; //a = ' ';
+ if(a==EOF) return 0; /* a = ' '; */
}
len += 1;