houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ebea3441cf326f578a7aa47b4563ff667d480912
parent f53f8ac51d13138ed293ab1c6deb2575a62e904b
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri,  1 Jan 2021 15:54:53 +0000

Update select.c
Diffstat:
Msrc/select.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/select.c b/src/select.c @@ -5,7 +5,7 @@ #include "select.h" /* this is basically where the program - indexes through the database and pick + indexes through the database and picks out the rows with desired values */ int counter = 0;