diff options
Diffstat (limited to 'src/packet/question.c')
-rw-r--r-- | src/packet/question.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/packet/question.c b/src/packet/question.c index c2807d0..5a08fd6 100644 --- a/src/packet/question.c +++ b/src/packet/question.c @@ -91,4 +91,5 @@ void print_question(Question* question, char* buffer) { question->domain[0], question->domain + 1 ); -}
\ No newline at end of file +} + |