Skip to content

Commit

Permalink
Fix declaration
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
qpfiffer committed Jun 1, 2019
1 parent a9836b7 commit c6f5cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/38-moths.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* xXx DEFINE=VERSION xXx
* xXx DESCRIPTION=The current version of the 38-Moths. xXx
*/
#define VERSION "0.1"
#define VERSION "0.2"

#include "logging.h"
#include "simple_sparsehash.h"
Expand Down
2 changes: 1 addition & 1 deletion src/greshunkel.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static inline int _gshkl_add_var_to_loop(greshunkel_var *loop, const greshunkel_
return 0;
}

void filter_cleanup(char *result) {
void gshkl_filter_cleanup(char *result) {
free(result);
}

Expand Down

0 comments on commit c6f5cbe

Please sign in to comment.