aboutsummaryrefslogtreecommitdiffstats
path: root/libconfig/example1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libconfig/example1.c')
-rw-r--r--libconfig/example1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libconfig/example1.c b/libconfig/example1.c
index 56661f3..8909884 100644
--- a/libconfig/example1.c
+++ b/libconfig/example1.c
@@ -38,6 +38,8 @@ int main(int argc, char **argv)
config_init(&cfg);
+fprintf(stderr, "__FILE__");
+
/* Read the file. If there is an error, report it and exit. */
if(! config_read_file(&cfg, "example.cfg"))
{