Skip to content

Commit

Permalink
Fix getopt() call
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
rosorio committed Nov 13, 2022
1 parent 2bf7b48 commit 2b0ed4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provides.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <sys/queue.h>

static char myname[] = "provides";
static char myversion[] = "0.7.2";
static char myversion[] = "0.7.3";
static char dbversion[] = "v3";
static char mydescription[] = "A plugin for querying which package provides a particular file";
static struct pkg_plugin *self;
Expand Down Expand Up @@ -515,7 +515,7 @@ int cb_event(void *data, struct pkgdb *db) {
int
plugin_provides_callback(int argc, char **argv)
{
char ch;
int ch;
bool do_update = false;
char *repo = NULL;

Expand Down

0 comments on commit 2b0ed4f

Please sign in to comment.