summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-06-20 16:48:44 -0400
committerKristian Høgsberg <krh@redhat.com>2008-06-20 16:48:44 -0400
commit1e9df0cb2d4c377b14732441a8ced0d304903722 (patch)
tree517544e7807d40de7cfe4731e02648aac415d03b /src/main.c
parente557f97da15b1682b2e9854672b019485bc48362 (diff)
Rename razor_importer_new to _create to follow convention.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6a2acf7..7dd4bb7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -537,7 +537,7 @@ command_import_rpms(int argc, const char *argv[])
return -1;
}
- importer = razor_importer_new();
+ importer = razor_importer_create();
while (de = readdir(dir), de != NULL) {
len = strlen(de->d_name);