about summary refs log tree commit diff stats
path: root/src/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/packet.c')
-rw-r--r--src/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packet.c b/src/packet.c
index 8f7a7e6..5bc8be6 100644
--- a/src/packet.c
+++ b/src/packet.c
@@ -1,6 +1,6 @@
 #include "packet.h"
 
-char* nbt_tftp_error_to_message(nbt_tftp_ecode error) {
+char *nbd_tftp_error_to_message(nbd_tftp_ecode error) {
 	switch (error) {
 		case 0:
 			return "ERROR";