summaryrefslogtreecommitdiff
path: root/test3.c
diff options
context:
space:
mode:
authorjbj <jbj>2007-05-25 17:36:23 +0000
committerjbj <jbj>2007-05-25 17:36:23 +0000
commitec792554dd2801ce0018514e40634d7f09c196a8 (patch)
tree3f4b354e609f52e5d86f527ceabda855182cc0fe /test3.c
parentd6dbbd6d5981675f2bbf0fbc7e32c005c5e95a1d (diff)
downloadlibpopt-ec792554dd2801ce0018514e40634d7f09c196a8.tar.gz
Bring in rpm.org changes to HEAD.
Diffstat (limited to 'test3.c')
-rw-r--r--test3.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test3.c b/test3.c
index 8eacd3c..4c8a75c 100644
--- a/test3.c
+++ b/test3.c
@@ -1,5 +1,3 @@
-/* vim:ts=8:sts=4 */
-
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -9,7 +7,7 @@
int main (int argc, char **argv) {
char *out;
int newargc, j, f, ret;
- char **newargv;
+ const char **newargv;
FILE *fp;
if (argc == 1) {